Filter löschen
Filter löschen

how to move a plot?

3 Ansichten (letzte 30 Tage)
Tony Castillo
Tony Castillo am 24 Okt. 2016
Kommentiert: Nava Subedi am 29 Nov. 2018

Akzeptierte Antwort

Adam
Adam am 24 Okt. 2016
You can edit the 'XData' property of the line object if you have its handle. If you didn't keep its handle you can search for it with a findobj or by looking at the 'Children' of the axes object.
Obviously it is easier to just plot it with the x data changed in the first place, but if that is not possible then post-editing the 'XData' works the same.
  2 Kommentare
Tony Castillo
Tony Castillo am 24 Okt. 2016
Thank you so much!...
Nava  Subedi
Nava Subedi am 29 Nov. 2018
What is the code of that moving? I need to move only one plot out of two.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Logging finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by