Problem with running a Matlab code.
10 ビュー (過去 30 日間)
古いコメントを表示
WAN NOR NAZIRA MUSTAPA KAMAL
2021 年 1 月 21 日
コメント済み: WAN NOR NAZIRA MUSTAPA KAMAL
2021 年 1 月 21 日
I am having problem with the code where when I first run the code, the outcome that I get is data in values and graph but when I want to re run the code for the second time and so on, the outcome that I get is zero data values and the graph is in straight line. I am using MATLAB R2019a.Can you please help me to solve this problem.
0 件のコメント
採用された回答
Daniel Pollard
2021 年 1 月 21 日
Clear your variables by putting the command
clear
at the start of your programme. It's almost certainly holding onto variables which affects repeated runs.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!