What error message would I get if I didn't have the Aerospace Blockset but ran code that needed it?

2 ビュー (過去 30 日間)
I have code that runs with errors from an outside organization that isn't very responsive, and I believe we have an issue that the code requires the Aerospace Blockset toolbox (it requires the Aerospace toolbox). When the code is run, it stops on a load_system() line (we have the Simulink toolbox) and the error received is:
Error using load_system (line 21) No error message found
Does this sound like what we'd get if we needed the Aerospace Blockset toolbox but didn't have it? We're going to check with the organization, but they didn't originate the code (and we're not sure if they've actually run it).
  1 件のコメント
Adam
Adam 2015 年 8 月 21 日
Generally you get a verbose error telling you the function cannot be found and suggesting that you need a certain toolbox if it recognises the function as being part of a toolbox you don't have.
e.g.

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

採用された回答

Varun Bhaskar
Varun Bhaskar 2015 年 8 月 25 日
Hi,
If you used the angle2dcm function when you do not have the Aerospace Blockset, you would encounter the following error message:
'Undefined function 'angle2dcm' for input arguments of type 'double''.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeUnit Conversions についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by