Can I change the location of the command history to a shared directory so that I can see the same history from multiple machines?

3 次查看(过去 30 天)
I keep my MATLAB code on a NAS so I can see it from anywhere. I'd like to keep my command history on the NAS so that MATLAB would see (and update) the same history file from whatever machine I'm working from. I can find History.bak and History.xml using prefdir, but I don't see how to move them and then direct MATLAB to look in a new place

采纳的回答

Mudambi Srivatsa
Mudambi Srivatsa 2017-6-29
The location of the command history files cannot be modified. As a workaround, you can manually copy the command history file from 'predir' to shared location, maybe in finish.m script at the end of MATLAB session. When you start a new session on a different machine, you can copy the file from shared location to 'prefdir' in a startup.m script. You need these startup and finish scripts on all systems where MATLAB is run.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by