run specific block of code in live editing script

22 views (last 30 days)
as is known to all, ctrl+enter runs run a specific block of code. But sometimes it invokes running other blocks of code, what could have happened?

Accepted Answer

Image Analyst
Image Analyst on 20 Jun 2022
The block of code could have called a script or function that is located in a different m-file, or even a function in the same m-file.

More Answers (0)

Categories

Find more on Modeling 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!