Cannot connect arduino uno to Matlab
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Flo20
el 17 de Oct. de 2014
Comentada: Walter Roberson
el 6 de Abr. de 2016
I installed the matlab arduino support package, but when I ty to connect to my arduino uno with:
a = arduino()
I get the following message:
"Unable to load a message catalog 'MATLAB:arduinoio:general'. Please check the file location and format."
I already reinstalled matlab and all the packages, but still the same error occurs.
What is going wrong? thanks in advance!
1 comentario
Bruno Pop-Stefanov
el 20 de Oct. de 2014
What version of MATLAB are you using? There are different support packages for MATLAB R2014a and later, and for MATLAB R2013b and earlier.
How did you install the support package?
Respuesta aceptada
Jon Boerner
el 20 de Oct. de 2014
The error you are seeing is related to how MATLAB stores and displays its error messages.
If you run the following command, what is the output?
which -all arduino
I saw your comment on the file exchange site for the ArduinoIO, so it seems like you are using that version of the support package. For newer MATLAB versions, there is a newer support package, however, reference from that older page:
It seems like there might be some kind of mismatch between your versions. If you install the newer version, the first output from the above command should be
C:\MATLAB\SupportPackages\R2014b\arduinoio\toolbox\matlab\hardware\supportpackages\arduinoio\arduino.m
if you are using Windows. If it is not, there are probably some inconsistencies in the installations (as you have mentioned) which are causing the issue.
Are you using that newer package? If not (or even if you are you might want to try this), it's easiest to install it using the command
supportPackageInstaller
That will install everything in the correct locations.
Más respuestas (1)
jigar mistry
el 6 de Abr. de 2016
error is: Your current working folder is: C:\Program Files\MATLAB\R2013b\bin Simulink does not permit you to build programs in the MATLAB installation area. Please change to a working folder that is not in the MATLAB installation area.
so what should do?
1 comentario
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!