Filter löschen
Filter löschen

How to shift plots of a figure in plot browser?

5 Ansichten (letzte 30 Tage)
sH
sH am 14 Nov. 2016
Beantwortet: KSSV am 15 Nov. 2016
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 Kommentare
Walter Roberson
Walter Roberson am 14 Nov. 2016
If there was no indication of which workspace, then I would complain to the professor / TA that the question was unanswerable.
sH
sH am 15 Nov. 2016
Walter Roberson
Walter Roberson
Walter Roberson
Walter Roberson, It is fig.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 15 Nov. 2016
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 am 15 Nov. 2016

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by