Get script used by Matlab after using Plot tools

조회 수: 7 (최근 30일)
mashtine
mashtine 2014년 10월 21일
댓글: Paul Safier 2021년 3월 3일
Hello,
I have manually edited a figure in matlab using the plot tools and I would like to download the script matlab uses to add/customize the graphy from the user interface. For instance if I have
plot(x,y)
but then I go onto the figure and customize it, is there a way to download the script matlab applies?
eg:
plot(x,y) set(gca, ....]) legend(...])
Would like to learn all the intricacies of figure plotting so I can do this solely from the command line

채택된 답변

Mischa Kim
Mischa Kim 2014년 10월 21일
Masao, yes there is. Once you are done editing the figure go to File > Generate Code... in the figure window.
  댓글 수: 2
mashtine
mashtine 2014년 10월 21일
Ahhh! I knew it was something as simple as this but I could not find the right keywords to google it. Many thanks!
Paul Safier
Paul Safier 2021년 3월 3일
What a fantastic feature of Matlab!!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by