Community Profile

photo

Sreeram Mohan


Tata Consultancy Services

Active since 2009

Followers: 0   Following: 0

Message

Working currently as Assistant Consultant.
Professional Interests: signal processing, embedded systems

Statistics

All
  • 3 Month Streak
  • Revival Level 2
  • Speed Demon
  • Creator
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Commenter
  • Promoter
  • CUP Challenge Master

View badges

Feeds

View by

Answered
How to create a user defined simulink model ?
Hi Anto Ronson , I suggest looking at some video tutorials for simulink would give you a better understanding of what is pos...

9 years ago | 0

Answered
How do I create an interactive connected graph in MATLAB GUI
Hi Jigar, Have you tried looking at properties of the button i.e. set or get properties and may be there is one related to t...

9 years ago | 0

Answered
set_param on block inside library
Hi Aaron, Please take a look at this link http://in.mathworks.com/help/simulink/ug/working-with-library-links.html If y...

9 years ago | 0

Answered
set_param on block inside library
Hi Aaron, It purely depends on what is the final intention. For example : Case 1: If you make some changes to the link (th...

9 years ago | 0

Answered
How do I read an image from a different folder into my .m file using Matlab in Ubuntu?
Hi Deepa, First off could you please first reduce the problem to a simple one so that we can see what is the real issue ? ...

9 years ago | 0

Answered
Digital Clock in Simulink
would counter limited blocks with the counter limits as an option ? --sreeram mohan

9 years ago | 0

Answered
Using Data to determine input parameters
Hi Joshua, Looks like in this case both System identification as well as neural networks toolboxes could be of viable approac...

9 years ago | 0

| accepted

Answered
Concatenate 2 doubles in Serial output for Arduino
Hi Abhishek, Just some high level thoughts by just looking at the build logs ! Before this could you please check if the ...

9 years ago | 0

Answered
How do I read an image from a different folder into my .m file using Matlab in Ubuntu?
Hi Deepa, Did you try adding the folder that your image exists into path and try out ? You could programatically add the ...

9 years ago | 0

Answered
What does the path in "The system cannot find the path specified" refer to?
Hi Yiqui, Try doing the following : run >> dbstop if error and then start the installation process and it should t...

9 years ago | 0

Answered
Arduino TCP/IP Send with vector of uint8
Hi John, One workaround you could try though is you could use multiple TCP IP send blocks in the model with different port n...

9 years ago | 0

Answered
I am trying to compile my simulink model (model block ) and got these errors, please help!
Hi Manoj, As the error message suggests could you please check the following ? 1) Are the mex files existing in the direc...

9 years ago | 0

Answered
Run option not available after Prepare to run is completed
Hi Wern, From 14a the "Deploy to Hardware" is the way to deploy your model onto the hardware like arduino. Refer to the li...

9 years ago | 1

| accepted

Answered
How to get a list of signals and blocks used in a particular Simulink diagram?
Hi Kestutis, find_system is the command that is easier way(though slow if the models are large) that can come in handy. ...

9 years ago | 0

| accepted

Answered
My simple simulink model runs too fast!
Hi Ariana, point 1: SIMULINK with its strength tries to simulate the block diagrams as fast as possible. This is what most ...

9 years ago | 0

Answered
How do I flow Block Annotation settings through a Configurable Subsystem?
Hi Bill, You could try something like this, I am not sure if this will work but worth a try : In the copyfcn call back of...

9 years ago | 1

| accepted

Answered
how to delete empty cells and save in the text file
Look at a similar question being answered at the following thread http://www.mathworks.in/matlabcentral/answers/209-how-do-i...

9 years ago | 0

Answered
Arduino Due and Simulink - DC motor control
Hi Parth, Did you try the PID example that ships with the support package for Arduino ? Thanks, Sreeram Mohan

9 years ago | 0

Answered
is it possible to transfer data from microcontroller to simulink in matlab ?
Hi Hassan, Between the Microcontoller and MATLAB/SIMULINK one could use some hardware interfaces like the serial communicati...

9 years ago | 0

Answered
How do i automatically rename blocks following to the subsystem name?
Hi Adrian, Here is a small pointer to the solution. %the following code below should return a list of the blocks in th...

9 years ago | 1

Answered
Warning: Unexpected Warning: A timeout occurred before the Terminator was reached - Arduino
Hi Darryl, Suggestion 1: Did you try setting the timeout property of the serial to be of a higher value ? Just to make sure...

9 years ago | 0

Answered
Serially communication between IMU(x-io Technologies) and MATLAB
Hi Ranjith, Looks like the X-IMU is pumping the data from the sensors out on a bluetooth. In MATLAB you could first check if...

9 years ago | 0

Answered
find a string in a text file and to check particular character
Hi Vipin, Have you tried using strtok ? This might be more useful in the case you are dealing with. Thanks, Sreeram M...

9 years ago | 0

Answered
How to read 500 readings from analog input block in 1 second in matlab ?
Hi Ahmed, Try using a tapped delay block or if you have access to signal processing toolboxes try using a buffer block and th...

9 years ago | 0

Answered
How to Use an Image for background in XY Graph in Simulink
Hi Bharath, You could try the following. Look under the mask of the XY graph block by right clicking and then double cli...

9 years ago | 0

Answered
Is there a way to call MATLAB from a Linux command line that would use a command line data file as input?
Try ./matlab -r "yourScript" and things should work as you expected ! Some examples method 1: ./matlab -nodesktop -nos...

9 years ago | 0

| accepted

Answered
I have problem when i am simulating a pneumatic actuator circuit in simscape R2014a.
Can you post a snapshot of the model ? --sreeram mohan

9 years ago | 0

Answered
Raise warning from simulink block mask initialization?
Hi Carlos, Can you try using evalin('base', 'warning(''message'')') to see if that helps ? --sreeram mohan

9 years ago | 0

Answered
driver blocks for arduino
Hope the guide here should help you achieve what you need ! http://www.mathworks.com/matlabcentral/fileexchange/39354-device-...

9 years ago | 0

Answered
Simulation Diagnostic Error: CRL: "None" cannot be found in the registry.
Can you post the model as well so that there is better insight ? --sreeram mohan

9 years ago | 0

Load more