Feeds
답변 있음
how to run the raspberry pi stand alone using matlab?
You have to use Simulink to do that: <http://www.mathworks.com/hardware-support/raspberry-pi-simulink.html>
how to run the raspberry pi stand alone using matlab?
You have to use Simulink to do that: <http://www.mathworks.com/hardware-support/raspberry-pi-simulink.html>
거의 9년 전 | 0
답변 있음
Just installed the Raspberry Pi support package and was not prompted to image SD card, can I initiate this manually somehow?
Run >> targetupdater and choose Raspberry Pi, it will bring you through the firmware update process again.
Just installed the Raspberry Pi support package and was not prompted to image SD card, can I initiate this manually somehow?
Run >> targetupdater and choose Raspberry Pi, it will bring you through the firmware update process again.
거의 9년 전 | 0
답변 있음
How can I run matlab connected to arduino more than once?
Are you running the connect command a = arduino('com4','uno') a second time while object 'a' still exists in the wo...
How can I run matlab connected to arduino more than once?
Are you running the connect command a = arduino('com4','uno') a second time while object 'a' still exists in the wo...
거의 9년 전 | 1
| 수락됨
답변 있음
raspberry pi usb camera
Maybe you can try this? Set up the USB webcam as a server and then access it using the IP Cameras support package. After connect...
raspberry pi usb camera
Maybe you can try this? Set up the USB webcam as a server and then access it using the IP Cameras support package. After connect...
거의 9년 전 | 0
답변 있음
how to connect to a raspberry pi usb webcam from matlab ?
One way you could try is to set the USB webcam up as a server and use the MATLAB Support for IP Cameras. This may help: <h...
how to connect to a raspberry pi usb webcam from matlab ?
One way you could try is to set the USB webcam up as a server and use the MATLAB Support for IP Cameras. This may help: <h...
거의 9년 전 | 0
답변 있음
using Simulink to control an ADC (MCP3008) on Raspberry Pi SPI
I don't think the raspi functions from the MATLAB support package for Raspberry Pi are supported for code generation in a MATLAB...
using Simulink to control an ADC (MCP3008) on Raspberry Pi SPI
I don't think the raspi functions from the MATLAB support package for Raspberry Pi are supported for code generation in a MATLAB...
거의 9년 전 | 0
답변 있음
Is there any Simulink serial port block for Raspberry Pi?
There's no Serial Receive block at the moment for the Raspberry Pi simulink library. You would need to write a driver in C ...
Is there any Simulink serial port block for Raspberry Pi?
There's no Serial Receive block at the moment for the Raspberry Pi simulink library. You would need to write a driver in C ...
거의 9년 전 | 0
답변 있음
i can't build model in simulink
Did you try saving the model into a different folder which is not on the Matlab installation path - something generic like Deskt...
i can't build model in simulink
Did you try saving the model into a different folder which is not on the Matlab installation path - something generic like Deskt...
거의 9년 전 | 0
답변 있음
CONNECTOR ERROR Matlab 2015b
This was the resolution method after contacting Technical Support: Create a new Windows System variable: # Click on the start...
CONNECTOR ERROR Matlab 2015b
This was the resolution method after contacting Technical Support: Create a new Windows System variable: # Click on the start...
거의 9년 전 | 3
답변 있음
Is it possible to increase the font of the Simulink Library Browser?
Referencing the comment by Walter above, use control+/- to increase/decrease the font of the Simulink Library Browser.
Is it possible to increase the font of the Simulink Library Browser?
Referencing the comment by Walter above, use control+/- to increase/decrease the font of the Simulink Library Browser.
거의 9년 전 | 1
| 수락됨
질문
Is it possible to increase the font of the Simulink Library Browser?
Sometimes when I'm demonstrating an exercise on Simulink to a class, I pull out the Simulink Library Browser. Unfortunately the ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
"Error using connector.ensureServiceOn" when clicking "Get Add-Ons"
Asking this question in case anyone else has faced the same problem / has found a solution. Release: R2015b 64 bit, Windows. ...
거의 9년 전 | 답변 수: 3 | 1
3
답변답변 있음
Reading AnalogPin0 from Arduino UNO in Simulink
Hi Frank, I'm supposing you want to acquire the signals and view them live in Simulink? For Simulink, to read values from the...
Reading AnalogPin0 from Arduino UNO in Simulink
Hi Frank, I'm supposing you want to acquire the signals and view them live in Simulink? For Simulink, to read values from the...
거의 9년 전 | 0
답변 있음
S-Function Builder builds only after restarting MATLAB
It was a bug in R2015a - if your username is longer than 8 characters. Did not encounter the issue in R2015b.
S-Function Builder builds only after restarting MATLAB
It was a bug in R2015a - if your username is longer than 8 characters. Did not encounter the issue in R2015b.
대략 9년 전 | 0
| 수락됨
답변 있음
What tool boxes do I need to integrate with Hadoop.
Hi Adam, To integrate MATLAB with a cluster (whether a Hadoop cluster or some other generic cluster), you need MATLAB Distrib...
What tool boxes do I need to integrate with Hadoop.
Hi Adam, To integrate MATLAB with a cluster (whether a Hadoop cluster or some other generic cluster), you need MATLAB Distrib...
대략 9년 전 | 1
| 수락됨
답변 있음
i want to use mega 2560 for standalone and want to interface lcd with it using matlab simulink .....
Write an S-Function? This <http://www.mathworks.com/matlabcentral/fileexchange/52292-lcd-light File Exchange submission> migh...
i want to use mega 2560 for standalone and want to interface lcd with it using matlab simulink .....
Write an S-Function? This <http://www.mathworks.com/matlabcentral/fileexchange/52292-lcd-light File Exchange submission> migh...
대략 9년 전 | 0
답변 있음
Serial communication, (read, write from/to arduino ) on MATLAB Support Package for Arduino® Hardware
Hi, by new package do you mean Version 15.2.0 of the Arduino MATLAB Support Package, which ships Arduino 1.6.1? * I connected...
Serial communication, (read, write from/to arduino ) on MATLAB Support Package for Arduino® Hardware
Hi, by new package do you mean Version 15.2.0 of the Arduino MATLAB Support Package, which ships Arduino 1.6.1? * I connected...
대략 9년 전 | 1
답변 있음
Error downloading Simulink Model to Arduino uno
Did you change the target board to Arduino Uno in Tools -> Run on Target Hardware -> Options
Error downloading Simulink Model to Arduino uno
Did you change the target board to Arduino Uno in Tools -> Run on Target Hardware -> Options
대략 9년 전 | 0
| 수락됨
답변 있음
Wifi Shield on Arduino Mega 2560
Hey, I had a similar issue with the Wifi shield. After deploying the program to the Arduino, the Green LED LINK lighted up. Howe...
Wifi Shield on Arduino Mega 2560
Hey, I had a similar issue with the Wifi shield. After deploying the program to the Arduino, the Green LED LINK lighted up. Howe...
대략 9년 전 | 1
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
대략 9년 전
문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
대략 9년 전
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
대략 9년 전
답변 있음
How to run the example 'Run mapreduce on a Hadoop Cluster'?
Hi Jingyu, Try editing the mapred-site.xml to set the value of this property: mapreduce.admin.user.home.dir which will be...
How to run the example 'Run mapreduce on a Hadoop Cluster'?
Hi Jingyu, Try editing the mapred-site.xml to set the value of this property: mapreduce.admin.user.home.dir which will be...
9년 초과 전 | 2
| 수락됨
질문
S-Function Builder builds only after restarting MATLAB
Hello, I'm making a device driver for an Arduino board using the S-Function Builder. I notice that the first time, it is abl...
9년 초과 전 | 답변 수: 1 | 0