How do you create a Nyquist plot from experimental values of voltage gain and phase shift found in a .csv?

1 回表示 (過去 30 日間)
I have experimental values for the voltage gain and phase shift of a LC filter circuit. Is there any way in constructing a Nyquist plot with the experimental values that are located in a .csv file?
Any help would be greatly appreciated!

回答 (1 件)

Keyur Mistry
Keyur Mistry 2020 年 9 月 23 日
I understand you have bode plot data in a .csv file which you want to import in MATLAB and from the data you want to obtain the Nyquist plot.
We can read .csv file into a table form using ‘readtable’ command:
More details about the ‘table’ datatype:
To get Nyquist plot, command ‘polarplot’ can be useful:
https://in.mathworks.com/help/matlab/ref/polarplot.html

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by