Nested Live Script Execution Issue in MATLAB 2023b

1 view (last 30 days)
I recently encountered an issue while running MATLAB 2023b where I'm unable to execute a Live Script (.mlx) from within another Live Script in a batch processing context. Specifically, my scenario involves a batch processor script (also a .mlx file) designed to run another Live Script multiple times for different sets of data.
The error message I receive is "Nested Live Editor execution is not supported." This behavior seems to be new in the 2023b version, as the same code worked in earlier versions.
Could you help me understand why this limitation has been introduced in MATLAB 2023b? Additionally, I would appreciate any recommendations or best practices for handling such scenarios where a batch process needs to execute a Live Script multiple times. Are there alternative approaches or workarounds that align with MATLAB's intended usage patterns?
Thank you for your assistance!

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!