Phaseplot: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


Incorrect Ways:  phaseplot( F, .... )
Incorrect Ways:  phaseplot( F, .... )
                   phaseplot( @F, ..... )
                   phasep<nowiki>Insert non-formatted text here</nowiki>lot( @F, ..... )


Correct Way:  phaseplot( 'F', ..... )
Correct Way:  phaseplot( 'F', ..... )

Revision as of 01:05, 12 October 2008

When calling the phaseplot command, make sure to call the function in the first argument correctly:

Incorrect Ways: phaseplot( F, .... )

                 phasepInsert non-formatted text herelot( @F, ..... )

Correct Way: phaseplot( 'F', ..... )

-- Max Merfeld