フィルターのクリア

Create plot with orthonormal axis

32 ビュー (過去 30 日間)
Philippe
Philippe 2014 年 5 月 2 日
回答済み: Hugo 2014 年 5 月 7 日
I would like to plot a Nyquist impedance spectra in orthonormal axis. I can't find the command that would allow me to do so automatically. I would also like that the graph keeps beeing in orthonormal axis even if I resize by hand the window in which it is plot, for fitting with my output figure (e.g. for a file dedicated to a journal publication) Could you help me ? Thanks

採用された回答

Hugo
Hugo 2014 年 5 月 7 日
Maybe you can solve this by setting the axes property 'DataAspectRatio' to a specific value. For example:
set(gca,'DataAspectRatio',[1,1,1])
Here, gca is the handle of the current axes, and the vector [1,1,1] indicates that you want all axes to have the same scale in the screen. You can resize the window manually but it will always retain the same relation between the axes.
Hope this helps.

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 5 月 2 日
編集済み: Azzi Abdelmalek 2014 年 5 月 2 日
Use nyquist function
  1 件のコメント
Philippe
Philippe 2014 年 5 月 7 日
Thanks for your answer but the problem with this function, as far as understood the help and my unsuccesful atempts to use it, is that it uses a model as input. But, what I need is a function that plot experimental data. Therefore, I need a function which accept a table or columns of table as input. So if anyone could help me... Thanks by advance.

サインインしてコメントする。

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by