Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Save all open .m files in the editor at once

Running the code, getting the old results... Indeed, forgot to save one of the edited .m files, again. What's the keyboard shortcut to save ALL open .m files at once?

like image 705
babipsylon Avatar asked Feb 09 '23 14:02

babipsylon


1 Answers

You can add a shortcut for the Save All action (at least in R2015a which I am using).

I chose CTRL+ALT+S: enter image description here

How you get there is described in the MATLAB documentation:

On the Home tab, in the Environment section, click Preferences. Select MATLAB > Keyboard > Shortcuts.

like image 168
m.s. Avatar answered Feb 16 '23 06:02

m.s.