A répondu
Is there a way to program the arduino with MATLAB code and then run the arduino without the connection to MATLAB?
Thanks for asking, Aidan. The Classroom Resources Team has a "MATLAB Support Package for Arduino (aka ArduinoIO Package)" at <ht...

environ 11 ans il y a | 1

A répondu
arduino simulink build error
Kaustubha is correct. The Simulink Support Package for Arduino Hardware is not supported on 2009b.

plus de 11 ans il y a | 0

A répondu
How do I enable External mode for Arduino, BeagleBoard, PandaBoard, LEGO MINDSTORMS NXT
To use External mode, use only the "Enable External mode" checkbox on the Run on Target Hardware pane in Configuration Paramet...

plus de 11 ans il y a | 0

| A accepté

Question


How do I enable External mode for Arduino, BeagleBoard, PandaBoard, LEGO MINDSTORMS NXT
"Simulink freezes right before the model runs on the target hardware in External mode. As in: The model gets built and then down...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

A répondu
how can i do serial communication real time between teensyuno and simulink?
# If the teensy is based on the mega 2560, enter "targetinstaller" in the MATLAB command window. # Install support for Arduino....

plus de 11 ans il y a | 0

A répondu
Ultrasonic sensor with simulink
Another possible approach might be: * Add a MATLAB Function block to the model. * Port the logic portion of the Arduino code...

plus de 11 ans il y a | 0

A répondu
Ultrasonic sensor with simulink
The easiest solution might be to use a separate Uno board with the Ping sensor. Then transfer the value back to the Mega via one...

plus de 11 ans il y a | 0

A répondu
how to interface a digital camera with MATLAB for real time image processing
Two possible approaches come to mind: * <http://www.mathworks.com/academia/beagleboard/ BeagleBoard support from Simulink> (T...

plus de 11 ans il y a | 0

A répondu
How to acquirre temperature using PC-DAS-TC card with MATLAB ?
Hi Jevan, please share your solution here so others can benefit.

plus de 11 ans il y a | 0

A répondu
How can i controll 3 stepper motors with MATLAB? - What do i need for hardware?
If you decide to use servos, you can also use Simulink's support for Arduino hardware. Just enter "targetinstaller" in the MATLA...

plus de 11 ans il y a | 0

A répondu
date for release of Matlab 2012b general release
You can download R2012b at http://www.mathworks.com/products/new_products/latest_features.html?s_tid=hp_spot_r2012b_0912

plus de 11 ans il y a | 0

A répondu
How can i controll 3 stepper motors with MATLAB? - What do i need for hardware?
You might want to consider <http://www.mathworks.com/matlabcentral/fileexchange/32374-matlab-support-package-for-arduino-aka-ard...

plus de 11 ans il y a | 0

A répondu
how to build this type of simolonk
Hi Mojtaba. This is outside my expertise, but maybe <http://www.mathworks.com/help/toolbox/physmod/powersys/ug/f1-6860.html thes...

plus de 11 ans il y a | 0

A répondu
Matlab create dll error
From the 12a release notes for MATLAB Compiler - <http://www.mathworks.com/help/toolbox/matlabxl/rn/bs87pdj-1.html Support Upd...

plus de 11 ans il y a | 0

A répondu
Code generation for simulink model with C and C++ s-functions within
Hi Mohamad. A colleague of mine commented: [...] one way you could probably work around this is to pre-compile the C++ code int...

plus de 11 ans il y a | 1

| A accepté

A répondu
USRP N210 support for MATLAB
Thanks for asking Paolo. <http://www.mathworks.com/matlabcentral/answers/41184 As of R2012a, MATLAB and Simulink does not suppor...

plus de 11 ans il y a | 0

A répondu
What does some symbol in regular express mean?
(?<=expr) - Look behind from current position and test if expr is found. For more information, see <http://www.mathworks.co...

plus de 11 ans il y a | 0

| A accepté

A répondu
How to create a training data set?
You can obtain a data set from <http://archive.ics.uci.edu/ml/datasets/Arrhythmia>

plus de 11 ans il y a | 0

| A accepté

A répondu
How to acquirre temperature using PC-DAS-TC card with MATLAB ?
The following support solution might be relevant: <http://www.mathworks.com/support/solutions/en/data/1-1A910/index.html?product...

plus de 11 ans il y a | 1

A répondu
How can I read in music files as potential process in MatLab?
The following papers might be of interest to you: * <http://www.ee.columbia.edu/~dpwe/e4810/projects/cvcotton.pdf A Three-Featu...

plus de 11 ans il y a | 0

A répondu
single phase inverter in Matlab
This <http://www.mathworks.com/matlabcentral/fileexchange/37658 Single Phase Full Bridge Inverter> might be of interest.

plus de 11 ans il y a | 0

A répondu
how to build this type of simolonk
SimPowerSystems has a <http://www.mathworks.com/help/toolbox/physmod/powersys/ref/threephasetransformerinductancematrixtypethree...

plus de 11 ans il y a | 0

A répondu
Lego NXT in simulink, "region ram is full"
Hi Frederik. Thanks for asking. Here are some basic troubleshooting questions. Did you: * Use Target Installer to <http://www.m...

plus de 11 ans il y a | 0

A répondu
How do I enable Java?
From <http://www.mathworks.com/matlabcentral/newsreader/view_thread/271589 this related posting>, it looks like you might need t...

plus de 11 ans il y a | 0

A répondu
Matlab purchase and licensing questions
Hi Ana. Thanks for asking. Here's the <http://www.mathworks.com/store/default.do MathWorks online store>, and here's <http://www...

plus de 11 ans il y a | 0

A répondu
Is there any popular forum for asking questions about image processing?
Here, or <http://www.imageprocessingplace.com/root_files_V3/Forum_link_pages/forum.htm>

plus de 11 ans il y a | 0

| A accepté

A répondu
regarding use of camera of laptop when asked?
Good question, Guarav. It sounds like you want to combine MATLAB's <http://www.mathworks.com/help/techdoc/ref/input.html input f...

plus de 11 ans il y a | 0

A répondu
Simulation time for a block in simulink model?
I think the <http://www.mathworks.com/help/toolbox/simulink/ug/f0-7640.html "Capturing Performance Data" topic> in the 12a Simul...

plus de 11 ans il y a | 3

A répondu
Compiler for Matlab 2007B on windows 7-64bit, where to find microsoft platform SDK?
HTH - This is the closest thing I could find: <http://www.microsoft.com/en-us/download/details.aspx?id=3874>

plus de 11 ans il y a | 0

A répondu
Unable to download noninlined S-function into Arduino-2560
Try the following: # Press Ctrl+E. # In the Configuration Parameters dialog that opens, select "Code Generation" and then "Int...

plus de 11 ans il y a | 0

Charger plus