Graphing help please!
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have my script typed and done with, however, how do I get my script to become a figure/graph? what is the next move and process for using command window or whatever protocol it may be, to generate a graph/figure using my script?
Thanks for your help!
0 件のコメント
回答 (3 件)
Sean de Wolski
2012 年 6 月 18 日
figure; peaks
You're going to have to be a lot more specific if you want any useful responses.
Walter Roberson
2012 年 6 月 18 日
0 投票
Often all you have to do is include a plot() command.
1 件のコメント
Angelle Bradford
2012 年 7 月 6 日
Image Analyst
2012 年 7 月 6 日
0 投票
You can type a whole script into a text editor window and then run it. Depending on what your script does, it might send output to the command window, or popup figures that have charts, plot, images, etc. on them.
Or you can also type in commands into the command window - usually one command at a time, unlike a script which does a whole bunch of commands in batch mode.
You need to look over the "Getting Started" section of the help, or view Doug Hull's online video tutorials at MATLAB Central (their website).
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!