필터 지우기
필터 지우기

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 CenterFile Exchange에서 Visualization and Data Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by