saveHistory.m

Version 1.0.0.0 (336 Bytes) by George
saves your Matlab history in a separate file
155 Downloads
Updated 28 Aug 2014

View License

If you work with multiple Matlab instances open, you will soon realise that only one instance's history will be recorded -- the rest of your commands are lost forever.
I work on several different projects at the same time, so I needed a way to save my Matlab history per-project (similar to R / R-studio).

This function will write the history of your current session in a plain format Matlab file (.m). If you give it an existing filename, your history will be appended to the file's current contents.

Cite As

George (2024). saveHistory.m (https://www.mathworks.com/matlabcentral/fileexchange/47681-savehistory-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Software Development Tools 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!
Version Published Release Notes
1.0.0.0