Matlab Projects - Getting dependancies working right

1 回表示 (過去 30 日間)
Simon Parten
Simon Parten 2019 年 3 月 25 日
編集済み: Simon Parten 2019 年 3 月 25 日
I've created a matlab project called 'GenericFunctions'. The code has been pushed to our on site VSTS instance.
Now, I have another project, called 'ILSOP' which wants to reference a function, in the 'GenericFunctions' toolbox / project.
My idea on how this would work.
  1. Add the 'GenericFunctions' project as a submodule of the ILSOP project
  2. Add the 'GenericFunctinos' submodule .prj file, as a declared dependancy of the ILSOP project.
  3. Run dependancy analysis, and all would be well.
In fact, this doesn't work - the function I want to reference, which is called w_cell, and is included in the 'GenericFunctions' toolbox, is proclaimed a missing dependancy, despite it being a reference of a project, which is a submodule of this one.
Any guidance here on how dependancy resolution in projects is supposed to work?
Regards,
Simon
  1 件のコメント
Simon Parten
Simon Parten 2019 年 3 月 25 日
編集済み: Simon Parten 2019 年 3 月 25 日
Note that I'm also struggling with the docs;
And the link at the bottom for the airframe project
matlab:showdemo('sldemo_slproject_airframe_references')
does not appear to work on my installation of matlab 2019a.
Ah - looks like that project is a simulink project...

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by