Statistics
RANK
2,234
of 295,448
REPUTATION
28
CONTRIBUTIONS
0 Questions
15 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
8
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
1 Public Channel
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to create custom blocks in Simulink for Arduino
Refer the below documentation links for creating a custom Simulink Device Driver block using Arduino library. • Create Custom D...
3 years ago | 0
Arduino simulink connection error
Hello Muhammad Rizwan, Here are a few pointers to try and resolve the issue that you are facing 1) Make sure the model is co...
4 years ago | 0
How can i run multibody simulink vehicle model in arduino uno r3 ?
Hello Shivendra singh kushwah In order to develop an application for Arduino hardware in Simulink, you will have to Install th...
4 years ago | 0
Arduino toolbox installation error
Please contact MathWorks technical support for assistance.
4 years ago | 0
rasberrypi connection with matlab on hardware
The MATLAB support package for Raspberry Pi and the Simulink support package for Raspberry Pi require a hardware setup before th...
5 years ago | 2
EV3I/O connection problems
For issues related to setting up connection between LEGO MINDSTORMS EV3 and MATLAB/Simulink, please refer the following page ht...
5 years ago | 0
How to compile Matlab programs using raspi library?
Hi Guillaume , Follow the instructions provided in Raspberry Pi - Run on Target Hardware to deploy a MATLAB function onto Raspb...
6 years ago | 0
Matlab raspberry-pi simulink
Hi Min, Replace mypi = raspberrypi('192.168.0.137', 'pi', 'raspberry') with mypi = raspi('192.168.0.137', 'pi', 'raspberry'...
6 years ago | 0
RASPBERRY PI ON MATLAB
Hi Oluwatoyi ogunnubi, You can deploy MATLAB functions on Raspberry Pi using the MATLAB support package for Raspberry Pi. Yo...
6 years ago | 0
Support Package for Raspberry Pi Hardware---linux
Hi Cequn Wang, The Support for Raspberry Pi Hardware is availabe on Linux platform since R2016b release. Refer to Hardware Su...
6 years ago | 0
Run matlab code in raspberry pi
With the R2018b release of MATLAB, you can deploy your MATLAB code on Raspberry Pi as a standalone executable. Refer the <ht...
6 years ago | 1
How to upload Matlab program to Raspberry Pi 2 and execute it in the Raspberry Pi directly ? is it even possible ?
With the R2018b release of MATLAB, you can deploy your MATLAB code on Raspberry Pi as a standalone executable. Refer the <htt...
6 years ago | 1
| accepted
How can I transform a MATLAB code to Simulink?
Hi Edoardo Serri, With the R2018b release of MATLAB, you can deploy your MATLAB code on Raspberry Pi as a standalone executab...
6 years ago | 1
| accepted
Error while running a model on Raspberry pi
Try the following 1) If you have made changes to your model, save the model before deploying. 2) Clean up all the files re...
6 years ago | 2
| accepted
EV3I/O connection problems
This error is seen in case you have used the EV3 I/O to create a hardware object using the command 'legoev3' just before deployi...
7 years ago | 1
Solved
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:...
8 years ago