Hi, all,
I was trying to run a Matlab m file to do some post precessing in my optimization loops. I need to run it as a batch mode without opening either Matlat interface or command window. I was trying multiple ways and it doesn't work. Any experience on this, PLEASE let me know!
So, my question simply as "I need to run obj.m and get design.txt". I've already used fopen and fprintf to write output txt file. I need to know how to run this obj.m file! Thanks.
Best Regards,
Aaron
You can do it easily using
You can do it easily using scripting. See the link below for details-
http://www.mathworks.com/matlabcentral/answers/102082-how-do-i-call-mat…
In reply to You can do it easily using by Mohammad Refat…
Thank you!
Problem Solved! Thanks!