フィルターのクリア

How to shift plots of a figure in plot browser?

5 ビュー (過去 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 Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by