Xavier Hahn
Xavier Hahn
I've updated the extension with your proposal @CelsoReyes, I find it better than the previous behavior. I'm keeping the issue open for now, since it's not completely fixed. I'm putting...
Oops, sorry about the misspelling, will fix that in the next release. Le mer. 18 avr. 2018 à 09:40, Celso a écrit : > Thanks @Gimly tackling this! > >...
With version 1.0 we've updated the syntax highlighting syntax which might have been the cause of the issue. Could you please tell me if you still experience the issue with...
Definitely something that I'll look into, thanks for the idea.
@Jeff-Wolf Do you have any idea if there is already an open source extension that does this for matlab? Or know of a way to execute and debug Matlab code...
OK quickly checked the script package for atom, all it does is calling the Matlab executable and getting back the output to display in the editor. Would that be sufficiently...
Yeah, Matclipse looks quite interesting but it's a huge work. Maybe something to think in the long run, I'd be interested in finding resources directly from matlab about running an...
@ragavsathish Could you try doing this: ``` matlab -nodisplay -nosplash -nodesktop -r "run('C:\your\path\mfile.m');" ```
@sco1 Thanks a lot for those information, very useful! The fact that the Windows version doesn't support the `-nodesktop` option is pretty annoying. Maybe we can live with the java...
@OsirisTerje Not really, it's pretty locked by the fact that we can't execute code through the command line on Windows without passing through the Java engine, so it cannot be...