On Linux and Windows (checked), if the MATLAB settings are not changed, if you have an editor window, but according to the default settings Ctrl+Tab you will get from the editor to the command window and from there you need to Ctrl+Shift+Tab .
If you come from the Emacs background and would like to use a similar environment to use MATLAB without graphical user interfaces, you can start MATLAB without a desktop using the matlab -nodesktop , when you have the matlab executable in PATH, you can open two Emacs windows , one for editing codes that your MATLAB editor will simulate, and the other will have a MATLAB command line that mimics the MATLAB command window.
If you want to work with MATLAB graphical user interfaces and continue to use Emacs shortcuts for editing in the MATLAB editor, you can go to Preferences > Keyboard Shortcuts Preferences and set the option as Emacs Default Set under the Active settings pop-up menu.
You can find more information on starting MATLAB without desktops here .
Divakar
source share