bat file for running MATLAB code from Notepad++ -
i want write .bat
file which, when push run button on notepad++, runs matlab code through command line
i wrote simple batch file running specific code (test.m)
how can pass other file addresses through notepad++'s run button batch file?
i appreciate other solutions.
my code:
"c:\program files\matlab\r2014b\bin\matlab.exe" -nodisplay -nosplash -nodesktop -r "; run('d:\test.m');"
Comments
Post a Comment