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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -