How to download numbers times of command window
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I made code in Matlab on the Ronga method and plot graph. So i get of command window time (t = 0:h:60) is bothers me and i no need it. (I make t = 0:h:60;) in matlab is no work).
How to download it.
Thanks for the help
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/485158/image.png)
댓글 수: 5
Rik
2021년 1월 11일
Can you show more of your code? Because the semicolon should work in suppressing the output.
Walter Roberson
2021년 1월 12일
When you call the function, put a semi-colon on the end of the line.
If you are pressing the green Run button to run the code... Don't Do That. Instead go down to the command line and give the command
[t,y] = Runge_Kutta();
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!