VSCode extension: how to start matlab in different shell
8 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying out the VSCode Matlab extension (v1.2.1) and it looks promising!
Does anybody how I can make the matlab prompt start from a different terminal? I would like to use cmder (https://cmder.app/), because I would have bash keybindings (ctrl-a moves to start of line, ctrl-k deletes etc.). In the Matlab window, I can change this in the "keyboard shortcuts preferences" (e-macs default set with a couple of tweaks).
Thanks,
Temu
8 个评论
Manikanta Aditya
2024-4-13
matlab -nodesktop -nosplash
The -nosplash option prevents MATLAB from opening the splash screen window, forcing it to run entirely within the command prompt/terminal.
So give a try with this command and see once. Even if this doesn't work then, I will recommend you to reach to MathWorks Technical support: https://www.mathworks.com/support/contact_us.html
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!