Where is the directory for the export style
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I would like to see check the directory of styles. Anyone know where it is saved, if I hit the save as style named button in Export Setup?

0 Kommentare
Antworten (1)
Aditya
am 16 Okt. 2023
Hi Chulmin,
I understand that you want to obtain the location of the directory where the styles files are stored in MATLAB.
In MATLAB, the styles files are stored within the "ExportSetup" folder, which is located within the MATLAB preferences directory.
To retrieve the MATLAB preferences directory, you can utilize the prefdir() command within the MATLAB Command Window. By executing the following command:
>> prefdir()
For more detailed information on ‘prefdir’ please refer to this MATLAB documentation:
Hope this helps!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Desktop finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!