Phaseplot

From Murray Wiki
Revision as of 01:06, 12 October 2008 by Merfeld (talk | contribs)
Jump to navigationJump to search

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

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

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

-- Max Merfeld