Error message 'No project found in root folder'

14 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2020 年 11 月 4 日
コメント済み: Robert 2021 年 4 月 12 日
I created a MATLAB project in MATLAB R2020b. I wanted to open it in R2019a, but received the following error message:
Error using open (line 146)
Could not load the project at
C:\Users\MATLAB\Projects
No project found in root folder.
Why?

採用された回答

MathWorks Support Team
MathWorks Support Team 2020 年 11 月 4 日
The default definition type for the project created in R2020b is changed to "FixedPathMultiFile". If you would like to open it in R2019a, you have to convert the project definition files to a format available back in R2019a using the following function with the "definitionType" argument equal to "matlab.project.DefinitionFiles.MultiFile":
matlab.project.convertdefinitionfiles(projectRoot,matlab.project.DefinitionFiles.MultiFile)
For more information, please refer to the following link:
 
Similarly, for Simulink Projects, please use the following function to convert the project:
Simulink.exportToVersion
For more information, please refer to the following link:
  1 件のコメント
Robert
Robert 2021 年 4 月 12 日
For me, it's
matlab.project.convertDefinitionFiles
(note the upper case letters)
The rest works though. Cheers!

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

その他の回答 (0 件)

カテゴリ

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

タグ

タグが未入力です。

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by