You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- %% The default MATLAB startup script
- %% Here we create a shared engine named 'MATLABVTD',
- %% so that after startup the MATLAB, we can also get a shared engine
- %% via Python SDK with the name 'MATLABVTD'
- %%
- %% The default path: $env:HOME\Documents\MATLAB\startup.m
- matlab.engine.shareEngine('MATLABVTD')
|