04-08-2010 05:32 AM
hey everyone,
how can i make more clear Nyquist diagram?
On my graph program connects all the points. I'd like to have a nice circle.
If someone knew?
Marek
Solved! Go to Solution.
04-08-2010 05:39 AM
Hi,
Click on that trace close to the Plot 0 on the top right corner of the graph and choose Interpolation, then choose an option without interpolation.
You can also configure many other options of your trace there.
Hope this helps,
Paulo
04-08-2010 05:49 AM
Get the theta (Phase) of your complex numbers and sort it. To do so, you can cluster theta, complex number in a for loop, use the sort 1D array function and unbundle the complex numbers again in a for loop.
Felix
04-08-2010 07:42 AM
Thanks Paulo.
This is whot I wonted.
Best regards,
Marek
04-08-2010 07:47 AM
Felix,
Thanks you also for your reply.
Best regards,
Marek