“Operation not supported” error while building Arduino model on MATLAB R2020a

5 vues (au cours des 30 derniers jours)
I am running MATLAB R2020a on macOS. While trying to build a Simulink Model Configured for Arduino Hardware, I am getting the following error - "Operation not supported".

Réponse acceptée

Arun Kumar
Arun Kumar le 31 Mar 2020
Modifié(e) : Arun Kumar le 15 Avr 2020
If the version number of Simulink Support Package for Arduino Hardware that you have installed is 20.1.0, then you might face this issue. To know the version of the installed support package, execute the following command:
matlabshared.supportpkg.getInstalled
To resolve this issue follow the instructions given below:
Execute the following command in MATLAB command prompt.
setenv('ARDUINO_STATIC_LIB_PATH',['/Users/' getenv('USER') '/Documents/MATLAB'])
  3 commentaires
Arun Kumar
Arun Kumar le 9 Avr 2020
Hi Sam,
Please contact Technical Support if the issue still persists. Please note that the above solution is only for R2020a.
Thanks,
Arun
Arun Kumar
Arun Kumar le 15 Avr 2020
Hi Sam,
I've updated the command. Can you try executing the new command in the answer:
setenv('ARDUINO_STATIC_LIB_PATH',['/Users/' getenv('USER') '/Documents/MATLAB'])

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Setup and Configuration dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by