Error : Undefined variable "matlab" or class "matlab.hwmgr.internal.hwconnection.USBDeviceEnumerator" - Standalone application / ArduinoIO
Mostrar comentarios más antiguos
Hi,
I'm trying to compile a very simple standalone app with Matlab2017a that connect to an Arduino using the Matlab ArduinoIO support package. The code is the following:
a = arduino
In Matlab it works perfectly and connect to my Arduino UNO. When compiled I've got the following error message:
Undefined variable "matlab" or class "matlab.hwmgr.internal.hwconnection".
Is the Matlab compiler working with ArduinoIO? Did I missed a file inclusion?
Thank you,
Julien
Respuesta aceptada
Más respuestas (1)
Julien Buteau
el 15 de Oct. de 2019
1 comentario
ksol
el 15 de Oct. de 2019
With the version 2019b you can create a standalone application:
Here you can find some informations:
Categorías
Más información sobre MATLAB Support Package for Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!