output visualisation in matlab code

1 view (last 30 days)
how can i check output at each step of matlab code

Accepted Answer

Ameer Hamza
Ameer Hamza on 24 Sep 2020
An easy way is to add breakpoints to your code: https://www.mathworks.com/help/matlab/matlab_prog/set-breakpoints.html and then step through your code line by line. Also read here: https://www.mathworks.com/help/matlab/matlab_prog/debugging-process-and-features.html

More Answers (1)

Image Analyst
Image Analyst on 25 Sep 2020

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!