How do I copy all my shortcut buttons to another installation of MATLAB?

조회 수: 20 (최근 30일)
I want to copy all my shortcut buttons to a MATLAB installation on a different machine (or to a different MATLAB version on the same machine). Is there a file which contains all the shortcuts definitions that I can copy and paste into the directory of another installation?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 4월 6일
편집: MathWorks Support Team 2020년 4월 6일
There is a XML file that contains all the shortcut definitions. This file is called 'shortcuts.xml' (R2012a and earlier) or 'shortcuts_2.xml' (R2012b and later). It is located in the MATLAB preferences directory. The location of this directory can be determined by entering the following command in the MATLAB command prompt:
>> prefdir
On a Windows operating system you can directly open the preferences directory by typing the following at the MATLAB command prompt:
>> winopen(prefdir);
Copy the following XML-files into the preferences directory of another MATLAB installation: # MATLABDesktop.xml # MATLABQuickAccess.xml # favorite_commands_toolset_favorite_commands_gallery.xml # FavoriteCommands.xml # shortcuts_2.xml
This will create all the shortcuts defined in this file in that particular installation. If you are copying these shortcuts from a pre-R2012b version of MATLAB to R2012b or later, rename the file from 'shortcuts.xml' to shortcuts_2.xml'.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by