Get script used by Matlab after using Plot tools
3 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!