I have a problem on my Mac with running the asbQuadcopter Simulink program I get the following error even though i installed everything
4 views (last 30 days)
Show older comments
Omar Abdullateef
on 22 Nov 2020
Commented: Omar Abdullateef
on 28 Nov 2020
This is the screenshot of what i get
0 Comments
Accepted Answer
Shiva Kalyan Diwakaruni
on 25 Nov 2020
Hi,
The example 'asbQuadcopterStart' given at https://www.mathworks.com/help/releases/R2020a/aeroblks/quadcopter-project.html, clearly states that it requires the following toolboxes to work:
Aerospace Blockset
Optimization Toolbox
Simulink Control Design
Signal Processing Toolbox
Computer Vision Toolbox
Simulink 3D Animation
Once Verify if you have installed all these toolboxes .
So ‘designfilt’ will only be located if ' Signal Processing Toolbox' toolbox is installed and is not available in your licence .please contact the sales team for further detail
Even if the above doesn’t work
The above error may occur even when the workspace variables, which are required for the model, are deleted by mistake.
In the ‘Project Shortcuts’ tab, click the ‘Initialize Variables’ shortcut. This will initialize all the variables required for the project. Alternatively, you could execute the following command at the MATLAB Command Prompt:
>> startVars
Hope it helps.
More Answers (0)
See Also
Categories
Find more on Aerospace Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!