Import Matlab Projects archive

8 ビュー (過去 30 日間)
RobinZ
RobinZ 2021 年 1 月 11 日
コメント済み: RobinZ 2021 年 1 月 13 日
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

回答 (1 件)

Mario Malic
Mario Malic 2021 年 1 月 11 日
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 件のコメント
RobinZ
RobinZ 2021 年 1 月 13 日
Hi Mario,
thank you! That solves half of the problem. But than I still need to deal with the gui-window manually.
I was wondering if I am just missing a function!
Hopefully MathWorks will implement that in the near future!
Thanks, BR Robin!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCreate Large-Scale Model Components についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by