Statistics
RANK
1,954
of 300,321
REPUTATION
34
CONTRIBUTIONS
0 Questions
16 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
9
RANK
of 20,913
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
2 Public Channels
AVERAGE RATING
30
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Issue Related to Interfacing simulink with arduino hardware
Hello Shahab The issue you are seeing is due to space in the current working directiry path " F:/ACE Box/Lab 1.2". Navigate to ...
28 days ago | 1
| accepted
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...
4 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...
5 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...
5 years ago | 0
Arduino toolbox installation error
Please contact MathWorks technical support for assistance.
5 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...
6 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...
6 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...
7 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'...
7 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...
7 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...
7 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...
7 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...
7 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...
7 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...
7 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...
8 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:...
9 years ago