回答済み
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 ...

6年弱 前 | 0

| 採用済み

回答済み
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...

6年弱 前 | 0

| 採用済み

回答済み
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...

6年弱 前 | 1

| 採用済み

回答済み
when using my arduino engineeging kit
Type listArduinoLibraries in MATLAB Command Window. This should return something with the {'Arduino/MKRMotorCarrier'} in the ...

6年弱 前 | 0

回答済み
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...

約6年 前 | 2

| 採用済み

回答済み
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 ...

約6年 前 | 2

回答済み
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...

約6年 前 | 2

| 採用済み

回答済み
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...

約6年 前 | 0

回答済み
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...

約6年 前 | 0

| 採用済み

回答済み
Arduino simulink MATLAB function error
Try using the Ultrasonic sensor block in this submission - https://www.mathworks.com/matlabcentral/fileexchange/66568-arduino-en...

約6年 前 | 0

回答済み
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...

約6年 前 | 0

| 採用済み

回答済み
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...

6年以上 前 | 0

回答済み
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 ...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

| 採用済み

回答済み
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...

6年以上 前 | 2

回答済み
Simulink Raspberry Pi "Deploy Hardware" - application not working after RPI reboot
It is intended behavior. If you want to run your application automatically on startup you should modify /etc/rc.local file which...

6年以上 前 | 1

| 採用済み

回答済み
How to stop a simulink model on a standalone raspberry pi?
What if you follow <https://www.online-tech-tips.com/computer-tips/kill-program-using-command-line/ this page> and try sudo kill...

6年以上 前 | 0

回答済み
How to end loop if value does not change for 10 consecutive seconds
Here is a potential loop that you can use (with some changes here and there) - a = arduino; flag = true; prevVal = 0...

6年以上 前 | 1

回答済み
How to execute a subsystem only once in external mode (TI C2000 SPI peripheral configuration/initialization)
If I am understanding your question correctly, all you are looking for is a way to run initialization routine and then start exe...

6年以上 前 | 0

回答済み
help me to plot live optical pulse sensor value in matlab from arduino uno
Does this video help? https://www.mathworks.com/videos/plotting-live-data-of-a-temperature-sensor-using-arduino-and-matlab-12131...

6年以上 前 | 0

| 採用済み

回答済み
Blink LED at specify time with Matlab - Arduino
You can use tic and toc for this. When you run tic it starts a stopwatch style timer, you can then use toc to know the elapsed t...

6年以上 前 | 1

回答済み
Run matlab code in raspberry pi
Here is my shot at the answer to your question. Step 1) You will have to look at the documentation of all the functions you ...

6年以上 前 | 0

回答済み
How to import arduino libraries in matlab
Looks like this library can help bring temperature data from the sensor - https://www.mathworks.com/matlabcentral/fileexchange/5...

6年以上 前 | 0

回答済み
Log data Simulink-Arduino Uno on Sd card
Hope this file is all that you are looking for - https://www.mathworks.com/matlabcentral/fileexchange/51710-data-logger-on-ardui...

6年以上 前 | 0

回答済み
Matlab blocks arduino comport
I would recommend something along the lines of cleanup that happens when someone closes the App where you can use this - https:/...

6年以上 前 | 1

| 採用済み

回答済み
How do I get a real-live distance sensor in Simulink
If you are using HC-SR04 ultrasonic sensor, here is a post that has a block that provides you distance values. https://www.mathw...

6年以上 前 | 0

回答済み
data scaling from sensor
What you need is the 1-D lookup table https://www.mathworks.com/help/simulink/slref/1dlookuptable.html or just the linear in...

6年以上 前 | 0

回答済み
Like to know if there are high schools
Here is a course that uses Arduino and MATLAB for high school kids - https://www.mathworks.com/academia/highschool/courseware/by...

6年以上 前 | 2

回答済み
How to take a picture with raspberry pi in simulink?
Here is a link that I found that I think has the answer, let us know if this works. <https://www.mathworks.com/matlabcentral/ans...

6年以上 前 | 0

回答済み
how to fix problem installing the support package in MATLAB Support Package for Arduino Hardware
I think you will have to contact Technical support of MathWorks and I would recommend talking to the installation team there. Yo...

6年以上 前 | 0

さらに読み込む