フィルターのクリア

plot to specific axis for smithchart function

1 回表示 (過去 30 日間)
Victor
Victor 2014 年 9 月 4 日
コメント済み: Victor 2014 年 9 月 4 日
Is there a way to set the axis to plot a smith chart to using the smithchart function? I have a gui with multiple axes in a figure and when I try to specify the axis to plot the smith chart on the entire figure is covered with the smith chart.

回答 (1 件)

Adam
Adam 2014 年 9 月 4 日
I don't know that particular function, but there is always the unpleasant approach of prefacing the call to it with:
axes( hAxes )
where hAxes is the axes you want to plot on and which will then be the current axes when you call the smithchart function.
  1 件のコメント
Victor
Victor 2014 年 9 月 4 日
I did that but smithchart ended up writing over the entire figure instead of just the axis.

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

カテゴリ

Help Center および File ExchangeVisualization and Data Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by