run part of a function file

2 views (last 30 days)
Ioannis Vourvachakis
Ioannis Vourvachakis on 14 Oct 2021
Can I do something to call a function file until a specific line of the file (not all the file)?
What can I do about it?
Thank you

Answers (1)

Cris LaPierre
Cris LaPierre on 14 Oct 2021
Use breakpoints to pause execution at a specific line in your function. See here:

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!