Réponse apportée
How do I change the MatLab (Simulink) connection parameters to a Raspberry Pi
The suggestions are for R2015a, if you are using other versions please mention that in your message. Can you try using the f...

plus de 10 ans il y a | 0

Réponse apportée
How to plot current-voltage curve measured by Arduion Uno on Matlab
Have you tried using the Support package to send information from Arduino to MATLAB? http://www.mathworks.com/hardware-support/a...

plus de 10 ans il y a | 0

Réponse apportée
change this arduino code into matlab code:
I have not tried this out, hope this works out. I am using R2015a syntaxes for which you will have to download the support packa...

plus de 10 ans il y a | 0

Réponse apportée
How plot graphs in real time using arduino and simulink?
are you using the Simulink support package for Arduino to do this? If so, can you share your models? If you are not using th...

plus de 10 ans il y a | 0

Réponse apportée
How to connect an Arduino to Matlab run on a Mac? Error using serial/fopen (line 72)
Have you tried the support package for arduino? It is a free download - http://www.mathworks.com/hardware-support/arduino-matlab...

plus de 10 ans il y a | 0

Réponse apportée
Unable to install arduino support packages into mathlab R2014b
I found this link http://www.mathworks.com/matlabcentral/answers/134210#answer_167812, in which the user provides a possible sol...

plus de 10 ans il y a | 0

Réponse apportée
Ardiono UNO simulink package in R2015a
I found this link http://www.mathworks.com/matlabcentral/answers/134210#answer_167812, in which the user provides a possible sol...

plus de 10 ans il y a | 0

Réponse apportée
Why doesn't the updated Arduino Interfacing command "configurePin" work while "configureDigitalPin" and "configureAnalogPin" still do?
It would be helpful to know what release of MATLAB you are using etc. Because if you are getting an warning message that says co...

plus de 10 ans il y a | 0

Réponse apportée
In Matlab 2015a Hardware interface with Arduino UNO does not show Run command in Tools menu
After you have configured your Simulink model using "Run on Target Hardware > Options" to communicate with a specific type of Ar...

plus de 10 ans il y a | 0

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

plus de 11 ans il y a

A résolu


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 ...

plus de 11 ans il y a

A résolu


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...

plus de 11 ans il y a

A résolu


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:...

plus de 11 ans il y a