Error in running slexHARAndroid example in simulink
1 view (last 30 days)
Show older comments
1 Comment
Walter Roberson
on 6 Sep 2024
It appears that example requires the DSP System Toolbox to be installed.
Answers (1)
Divyanshu
on 24 Sep 2024
I am assuming that you are refering the following example:
Even I got similar errors when tried to simulate the model, and the reason for me was missing toolboxes and support packages which are required for simulating this example successfully.
As per the above documentation following things are required to simulate this example successfully:
- Statistics and Machine Learning Toolbox.
- DSP System Toolbox
- Signal Processing Toolbox
- Simulink Support Package for Android devices.
Once you install all these, then you should be able to simulate the example without any errors.
Hope it helps!
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!