Compiler ignores the plot function in between the code and runs the next section which has the script.

The image below shows the exact code that I am trying to execute. The issue is that the compiler misses/ignores the plot command (line 67) and directly goes to the user input command (line 78) in the next section. How can I run the code in the same sequence as it is? Thanking you in advace. The code is being run on the live script.

 Akzeptierte Antwort

Hi Ron,
I understand that you are trying to run the custom code but MATLAB is not generating any plot.
Try splitting your live code into sections and run it section by section for debugging. Or It might be possible that you may have previous plot open somewhere and MATLAB is plotting it on the same figure. You can use "close all" at the beginning of your script and try again.
Something like this
Close all
Your code goes here….

1 Kommentar

Thank you so much for your reply. Running the code section by section helped in solving the problem

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Labels and Styling finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

Ron
am 8 Apr. 2023

Kommentiert:

Ron
am 14 Apr. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by