Sreeram

MathWorks

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
17 Réponses

Cody

0 Problèmes
5 Solutions

RANG
3 573
of 300 352

RÉPUTATION
16

CONTRIBUTIONS
0 Questions
17 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
55 752
of 168 212

CONTRIBUTIONS
0 Problèmes
5 Solutions

SCORE
60

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to upload simulink model to arduino?
Hi Ray, Have you tried the external mode feature ? I hope this would be useful in this case ! Thanks, Sreeram Mohan

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How to import accelerometer and gyro data from serial port to MATLAB work space?
Hi vrutang, How are the acclerometer and gyro connected to the Arduino ? If they are are not connected to serial you cou...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
How to use INSTRFIND to determind device
Hi tien, Could you please check if the drivers have been installed correctly and then restart MATLAB and try again ? Than...

environ 11 ans il y a | 0

Réponse apportée
Simulink Support Package for Arduino Hardware/Ethernet Shield
Hi phil, Yes the Arduino ethernet blocks are available only after R2013a i.e R2013b onwards. Hope this helps, Sreera...

environ 11 ans il y a | 0

Réponse apportée
Access code created by Simulink support package for Arduino
Hi Alex, If you have a Embedded Coder License you could have access to the code. If you dont have one and interested to proc...

environ 11 ans il y a | 0

Réponse apportée
How can I promote parameter from Serial Transmit block (Arduino) to a higher block in Simulink?
Hi Josemag, I tried promoting the serial port number parameter to a mask and I could download the model to the Arduino board ...

environ 11 ans il y a | 0

Réponse apportée
Simulink : Arduino serial receive 1 byte to control pin13 led ON/OFF
<</matlabcentral/answers/uploaded_files/16071/help1.png>>

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Simulink : Arduino serial receive 1 byte to control pin13 led ON/OFF
Hi nt, The easiest way to get to what you want is to add a Serial Receive block and add a comparator or a switch case block ...

environ 11 ans il y a | 0

Réponse apportée
Problems with Arduino package
Hi Sascha, There is no attachment . Could you please attach it again ? Thanks, Sreeram Mohan

plus de 11 ans il y a | 0

Réponse apportée
Is Simulink support package for arduino can work with chipKITUNO32 or chipKIT MAX32??
The short answer is "no" . There is currently no reuse possible as of now. Thanks, Sreeram Mohan

plus de 11 ans il y a | 0

Réponse apportée
How do I create a virtual Arduino Uno instance in Simulink?
Hi Yashwardan, Currently there is no availability to have this working out of the box. In general as a note to use a sim...

plus de 11 ans il y a | 0

Réponse apportée
Simulink + Arduino Uno: Cannot upload to Arduino when using tone() function
Hi Peter, Could you please post the model if possible that would help in debugging ? Thanks, Sreeram Mohan

plus de 11 ans il y a | 0

Réponse apportée
How do I get Arduino UNO with ATmega8 work with Simulink?
Hi Daniel, By design the Simulink Support package does not cover this use case of swapping the microcontroller on the board ...

plus de 11 ans il y a | 0

Réponse apportée
Getting error message while running simulink model with Arduino Mega 2560
Hi sharsad, Could you please try the following to see if its because of a serial port object not being destroyed appropriate...

plus de 11 ans il y a | 1

Réponse apportée
arduino code generation for using with arduino IDE
Hi mahmoud, There is a documented version of how to incorporate external libraries as well as create a custom blocks provide...

plus de 11 ans il y a | 0

Réponse apportée
Serial read for Arduino Due in S-function
Hi Paul, Could you please post in the files that you are using if you could share and it would be helpful in debugging this ...

plus de 11 ans il y a | 0

Réponse apportée
Compile error on Simulink with Arduino Due
Hi, Could you please post the model files if possible and that could be helpful in debugging? Thanks, Sreeram Mohan

plus de 11 ans il y a | 0

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

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

environ 12 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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

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

environ 12 ans il y a