Borrar filtros
Borrar filtros

how can i read analog input in matlab?

3 visualizaciones (últimos 30 días)
SURBHI
SURBHI el 18 de Oct. de 2015
Respondida: Madhu Govindarajan el 20 de Oct. de 2015
hii everybody i want to read data from analog input and display it on scope..... ? on connect to target i get this error
Could not execute target data map file
'untitled_rtt\untitled_targ_data_map' or it does not exist.
Stop the target, delete the untitled executable, rebuild the code, and
try again. Note that execution of external mode requires the build
directory to be present
please suggest me possible settings

Respuestas (2)

Madhu Govindarajan
Madhu Govindarajan el 20 de Oct. de 2015
External mode is not supported by Arduino Uno - http://www.mathworks.com/hardware-support/arduino-simulink.html
In this link you can see that interactive tuning and monitoring is not supported for Uno boards. One suggestion is to create a Simulink model that transmits the information you need serially and then use MATLAB serial commands to bring in the information to MATLAB (I understand it is a bad alternative and I apologize for the same).

Jan
Jan el 18 de Oct. de 2015
The error message sounds clear. Did you try to follow the given instructions? If so, what did you observe? Please add the relevant part of the code, such that we have a chance to see, what's going on.
  2 comentarios
SURBHI
SURBHI el 19 de Oct. de 2015
Editada: Walter Roberson el 19 de Oct. de 2015
when i run on external mode on arduino uno... now it gives me this error.... is external mode is supported by arduino uno or by mega 2560?
Current code generation target for model 'm3' is either not configured for or does not support external mode. In the Code Generation > Interface pane of Configuration Parameters dialog, select Interface option to be "External Mode" to enable external mode for targets that support it
Walter Roberson
Walter Roberson el 19 de Oct. de 2015
I do not find any explicit statement that External Mode is not supported on other boards.

Iniciar sesión para comentar.

Categorías

Más información sobre Arduino Hardware 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!

Translated by