Clear Filters
Clear Filters

Stop Matlab from reopening sessions

16 views (last 30 days)
Jan
Jan on 26 Jan 2024
Commented: Jan on 26 Jan 2024
Every time I open MATLAB, it opens all the tabs I had in the previous session. Since I often compare the same scripts in different projects, it's really confusing to have similar scripts next to those I just opened. I know I could close every tab before I quit MATLAB, but this would consume more time than fiddling with settings.
TLDR, can I auto-close everything when quitting or prevent reopening when starting?
Thank you :)

Accepted Answer

Dyuman Joshi
Dyuman Joshi on 26 Jan 2024
Yes, follow these steps - HOME -> Preferences -> Editor/Debugger -> Opening files in editor
In that section, Untick the option - "On restart reopen files from previous MATLAB session".
  2 Comments
Steven Lord
Steven Lord on 26 Jan 2024
In addition to this preference, if you're working with collections of related files that you want to be able to manage as a group the MATLAB Projects functionality may help you organize your files. You can open all the files in a project at once using the project, if I recall correctly.
Jan
Jan on 26 Jan 2024
Wow, no idea how i have missed that. Thank you very much!

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!