how can i run m file in a active sesion from command promt?
Show older comments
I'm wrting an algorithm for software by compiling my code using deploytool. the interaction with the software is with text files:
my_algorithm.exe in.txt out.txt
for debug i want to run the code from mathlab using breakpoints and the environment. i know i can run it using:
<matlabroot>\bin\matlab.exe -r my_algorithm.m
however, it will open a new sesion every time which will takes a lot of time and wont remeber my breakpoint.
is there a way to run the function without opening a new sesion every time.
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!