Community Profile

photo

Harikrishna Devarajan


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to check if an m file is already open in MATLAB?
I am running a GUI with a main function that calls another function through a pushbutton. When the pushbutton is clicked, the ma...

7 years ago | 1 answer | 0

1

answer

Question


How do I continuously update data for two plots (plotted on the same axis using plot on)?
I have written a code to * Draw a spring * Draw a point on the spring * Animate the spring (up and down) * Animate the po...

7 years ago | 2 answers | 0

2

answers

Question


How do I animate a block (say an image) to vibrate at a particular frequency?
I want to show how a spring vibrates at its natural frequency. Without using any other models (quarter car or other response bas...

7 years ago | 1 answer | 0

1

answer

Question


I have a multi variable equation (four variables). I want to write a piece of code that solves for any one variable given the other three, without changing the equation every time. Is that possible?
A = B*(C^2)*(D^2). If I want to find C given A,B and D, the code should do that. In the next run, if I want to find D given A,...

7 years ago | 1 answer | 0

1

answer