Community Profile

photo

Sreeram Mohan


Tata Consultancy Services

2009 年からアクティブ

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

統計

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

バッジを表示

Content Feed

表示方法

回答済み
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...

8年以上 前 | 0

回答済み
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...

8年以上 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
Digital Clock in Simulink
would counter limited blocks with the counter limits as an option ? --sreeram mohan

9年弱 前 | 0

回答済み
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年弱 前 | 0

| 採用済み

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

| 採用済み

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 1

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

| 採用済み

回答済み
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年以上 前 | 0

回答済み
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年以上 前 | 0

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

9年以上 前 | 0

回答済み
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年以上 前 | 0

さらに読み込む