If I already have a Matlab launch instance, can I open the file in the Matlab editor from outside the Matlab application? I am wondering if something like this can be done.
Run Matlab Instance
$ ./matlab
Open the file for editing using an already running Matlab instance:
$ matlab_open_file.sh theFile.m
The GUI option drags the file from the folder and then drops it onto the Matlab icon (this actually works under OS X)
Note. I know that you can start Matlab and execute the command immediately (you can use it to launch the editor on startup). This is not what I want.
matlab
slayton
source share