Phaseplot: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
No edit summary
 
m (Phasplot moved to Phaseplot)

Revision as of 22:40, 11 October 2008

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

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

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

--user:Merfeld