shinyypig / matlab-in-vscode

A vscode extension for matlab.
MIT License
45 stars 4 forks source link

Add startup command to python #4

Closed Veng97 closed 1 year ago

Veng97 commented 1 year ago

A command line parser was added to the python matlab engine wrapper. Any MatLab commands parsed as the --cmd argument will be run after matlab is booted, prior to the terminal becoming interactive. Maybe this should be done by parsing a script in the future e.g. by adding an extra argument option: --cmdfile=.

shinyypig commented 1 year ago

Merged, thank you for your contribution.