luxury Startup.m

Version 1.2.0.0 (2.75 KB) by Tom Morse
This startup.m file automatically saves all your typing (diaries) everytime you use MATLAB.
1.6K Downloads
Updated 19 Aug 2009

View License

This startup.m file creates a diary file automatically when MATLAB is started. The date and time of day are incorporated into the name of the diary file in an easily readable and chronologically sorted fashion so that you always have an organized permanent record of all your sessions.

To use this file you will save it in the (unix) /matlab(version)/toolbox/local folder (for pc's \ instead of / and a c: in front). You then need to create a "diaries" subfolder of /matlab(vers)/work. Also edit the first line of startup.m's extra_paths= to include where your personal scripts are located. Finally add your name to the last line of startup.m for a personal touch!

Cite As

Tom Morse (2024). luxury Startup.m (https://www.mathworks.com/matlabcentral/fileexchange/4570-luxury-startup-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Startup and Shutdown in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

startup/

Version Published Release Notes
1.2.0.0

The diary filename new date format helps keep the diary files listed in the right order.

1.1.0.0

The new numeric year-month-day-T-hours-minutes-seconds format for the output file helps keep your diaries in the right order in directory listings.

1.0.0.0