Réponse apportée
Running Simulink Model in for loop
I think overall the concept of Model referencing might be of value to you (https://www.mathworks.com/help/simulink/model-referen...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
I get an error every time I try to connect simulink to the arduino motor encoder included in the engineering kit.
Use this version of the hardware support instead - https://www.mathworks.com/matlabcentral/fileexchange/68620-arduino_engineerin...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
I receive the following error message when trying to open the Arduino Engineering Kit library in Simulink
Thanks Nicholas for catching this bug. I did the following and fixed the errors - 1) remove the arduinosensorlib reference i...

environ 6 ans il y a | 0

| A accepté

A soumis


Controlling a robotic arm from anywhere using IoT
This submission contains all the files needed to control a robotic arm using Simulink, Arduino and ThingSpeak

environ 6 ans il y a | 2 téléchargements |

Réponse apportée
(Simulink) How can I communicate with hardware (Arduino, Raspberry Pi, I2C, etc.) in real time?
Here is my attempt to answer the questions that you have - 1) MCUs such as Arduino cannot run "hard" real-time as they do no...

environ 6 ans il y a | 0

Réponse apportée
while trying to install the Simulink Support Package for Arduino Hardware for Matlab 2018a, I always come across this statement "There was a problem downloading the support package. To resolve this issue, see this MATLAB Answer'' what's the solution
Here is what I found - https://www.mathworks.com/matlabcentral/answers/285833-why-do-i-receive-the-error-there-was-a-problem-...

environ 6 ans il y a | 0

Réponse apportée
How can I change the resolution of ''Arduino 2'' from 10 to 12 bit using Matlab?
As of now there is no equivalent from MATLAB support package for Arduino. Here is what I found out for Simulink https://www.math...

environ 6 ans il y a | 0

| A accepté

Réponse apportée
where is the "build" button in code generation?
I know that the naming convention changed from Build to Deploy to Hardware sometime around 15a - 17a (not sure off the top of my...

plus de 6 ans il y a | 1

Réponse apportée
Updating server code on board Nano3 (COM5). Please wait. How can I solve this?
Create a serial object in MATLAB for the port you are writing data to via your Arduino Sketch. Go through this list of functions...

plus de 6 ans il y a | 0

Réponse apportée
I couldnt install Raspberry Pi support package
If you are indeed the administrator of your computer, then you can open MATLAB with administrator access to avoid this issue. I...

plus de 6 ans il y a | 0

Réponse apportée
[HELP] How to pass DHT22 data from Arduino to Simulink?
Here is a link that I found - https://www.mathworks.com/matlabcentral/answers/95399-why-is-the-build-process-failing-for-a-shipp...

plus de 6 ans il y a | 0

Réponse apportée
How to import JRodrigoTech/HCSR04 in arduino library
1. Download the zip file from https://github.com/JRodrigoTech/Ultrasonic-HC-SR04/archive/master.zip 2. Unpackage the zip into ...

plus de 6 ans il y a | 0

Réponse apportée
I am officially lost with S-Function builder
The S-function builder approach is quite old and a little difficult, however if you are really set on using that here is a video...

plus de 6 ans il y a | 1

Réponse apportée
Need help on "###Failed to generate binary output" when deploy to hardware on simulink. Anyone know how to solve this?
Since you are using MATLAB R2017b, I would recommend you to uninstall this support (which was essentially for older versions of ...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How can I analyze memory usage of model simulation
When you download the model to the hardware (I have seen this in Arduino and I am guessing it is similar to RPi), View Diagnosti...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Uninstall/Reinstall Raspberry Pi support package problem
Try the Manage Add-Ons workflow. Go to MATLAB toolstrip and click on Add-Ons and select Manage Add-Ons. Here uninstall the Simul...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
when using my arduino engineeging kit
Type listArduinoLibraries in MATLAB Command Window. This should return something with the {'Arduino/MKRMotorCarrier'} in the ...

plus de 6 ans il y a | 0

Réponse apportée
Arduino MKR1000 + Simulink external mode over WiFi
Simulink support package requires the WiFi 101 library to be a specific version - 0.14.3 . Type winopen(arduinoio.IDERoot) if y...

plus de 6 ans il y a | 2

| A accepté

Réponse apportée
Can I upload program to arduino using matlab only?.
The current workflow from MATLAB to Arduino is - You upload a server sketch which will make your Arduino respond to requests to ...

plus de 6 ans il y a | 2

Réponse apportée
Simulink external mode MKR1000 unrecognized board and changing driver when error occurs
If you put the MKR1000 in bootloader mode manually (double pressing the reset button), this *could* help get the COM port number...

plus de 6 ans il y a | 2

| A accepté

Réponse apportée
Arduino program convert in MATLAB program?
Is this the resource you are looking for? <https://www.mathworks.com/help/supportpkg/arduinoio/ug/add-lcd-library.html> I...

plus de 6 ans il y a | 0

Réponse apportée
Swing is not available in Mac High Sierra
I would recommend you reach out to MathWorks Technical support to get accurate information regarding different issues you are ru...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Arduino simulink MATLAB function error
Try using the Ultrasonic sensor block in this submission - https://www.mathworks.com/matlabcentral/fileexchange/66568-arduino-en...

plus de 6 ans il y a | 0

Réponse apportée
I want to send a matrix to arduino by matlab but i m unable to open the serial port. using command 'instrfind' i get the status of com3 as close. so fopen() command doesnt execute it gives an error message (Open failed: Port: COM3 ). what to do now?
Clearing the workspace is not sufficient to delete existing connections. Try >> delete(instrfindall) This should delet...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Arduino Mega 2560 cannot read sensor using I2C block in simulink
Based on this link here - https://playground.arduino.cc/Main/MPU-6050#short It looks like there is some sort of wake up code...

plus de 6 ans il y a | 0

Réponse apportée
How to use Arduino built in millis() function inside statechart? or other timer function...
According to this page - https://www.mathworks.com/help/stateflow/ug/using-temporal-logic-in-state-actions-and-transitions.html ...

plus de 6 ans il y a | 0

Réponse apportée
getpoints function is not saving variables outside of loop
Once you have ran the for loop, without closing the figure try running the following command outside of the for loop. [timeL...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
HC-SR04 Add-On Library for Arduino not working
For these addons to work there are two requirements - 1) You place the 3P libraries in the accurate folder - C:\ProgramData...

plus de 6 ans il y a | 2

A soumis


"How to program a raspberry pi based Walkie Talkie using MATLAB and Simulink" Webinar Files
Demo files from "How to program a Raspberry Pi based WalkieTalkie using MATLAB and Simulink" webinar

plus de 6 ans il y a | 1 téléchargement |

A soumis


Heart Rate Detection using Arduino and MATLAB demo files
Demo files used in the video 'Heart Rate Detection using Arduino and MATLAB'

plus de 6 ans il y a | 8 téléchargements |

Charger plus