How to shift plots of a figure in plot browser?

조회 수: 1 (최근 30일)
sH
sH 2016년 11월 14일
답변: KSSV 2016년 11월 15일
Hi, I just have a figure and I lost its data. I want to shift plots vertically in plot browser. How I can do this?
  댓글 수: 8
Walter Roberson
Walter Roberson 2016년 11월 14일
If there was no indication of which workspace, then I would complain to the professor / TA that the question was unanswerable.
sH
sH 2016년 11월 15일
Walter Roberson
Walter Roberson
Walter Roberson
Walter Roberson, It is fig.

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2016년 11월 15일
fig = openfig('NameOfFigFile.fig');
When the plot comes up it, if it ha the standard toolbar with the zoom and pan and data brushing tools, then the right-most icon in that line activates the property editor. Click on that and you will be taken to menus that allow you to select parts of the plot and edit the properties. After that is all done, you can save again with
savefig(fig, 'NewFileNameForFig.fig')

KSSV
KSSV 2016년 11월 15일

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by