Import Matlab Projects archive
Ältere Kommentare anzeigen
Hello!
To share Matlab Projects they can be exported as a archives. This can be done via gui or script command. See: https://de.mathworks.com/help/matlab/ref/matlab.project.project.export.html#d122e1026144
Is it possible to also import (unzip) an archive from a Project with a script command? Maybe also providing the desired export path?
Thank you!
BR, Robin
Antworten (1)
Mario Malic
am 11 Jan. 2021
Hi Robin,
I don't think that there's such functionality, at least for now. Meanwhile, you can open the project archive by using
open('Example.mlproj')
then, you'll get a window to choose where you want to extract the project.
1 Kommentar
RobinZ
am 13 Jan. 2021
Kategorien
Mehr zu Create Large-Scale Model Components finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!