how to move a plot?
조회 수: 3 (최근 30일)
이전 댓글 표시
채택된 답변
Adam
2016년 10월 24일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Sensors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!