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

2 vues (au cours des 30 derniers jours)
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 commentaire
Adam
Adam le 21 Août 2015
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.

Connectez-vous pour commenter.

Réponse acceptée

Varun Bhaskar
Varun Bhaskar le 25 Août 2015
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''.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by