![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4489687_1522102576155_DEF.jpg)
Joe
University of Wisconsin - Madison
Followers: 0 Following: 0
Professional Interests: Structural Dynamics
Feeds
답변 있음
how to generate random number at certain entries of a vector
Logical indexing is your friend here. You can create a logical mask of elements in your vector which meet the desired criteria. ...
how to generate random number at certain entries of a vector
Logical indexing is your friend here. You can create a logical mask of elements in your vector which meet the desired criteria. ...
9년 초과 전 | 0
답변 있음
How rotate a number as a vector in quiver plot?
If I understand what you're going for, make these changes: - Fix your x and y definition x = r*cos(theta)'; y= r*sin(th...
How rotate a number as a vector in quiver plot?
If I understand what you're going for, make these changes: - Fix your x and y definition x = r*cos(theta)'; y= r*sin(th...
9년 초과 전 | 0
답변 있음
How to get mobility from velocity and force
I have a background in structural dynamics, not soil mechanics, but this test looks similar enough. You have measurements of acc...
How to get mobility from velocity and force
I have a background in structural dynamics, not soil mechanics, but this test looks similar enough. You have measurements of acc...
9년 초과 전 | 3
| 수락됨
답변 있음
Time versus Frequency plot
There are different ways to do what you want, but in my opinion the simplest is also the best: The "short time FFT." (The Hilber...
Time versus Frequency plot
There are different ways to do what you want, but in my opinion the simplest is also the best: The "short time FFT." (The Hilber...
9년 초과 전 | 1
| 수락됨
답변 있음
How do I add an input in the middle of an ode45 integration?
You can use logical arithmetic to set conditions for your force. Taking the code snippet you posted above, you would assign "v" ...
How do I add an input in the middle of an ode45 integration?
You can use logical arithmetic to set conditions for your force. Taking the code snippet you posted above, you would assign "v" ...
9년 초과 전 | 0
| 수락됨
답변 있음
MATLAB: How do I Assign Push Buttons to Values so that I can Track the Data??
If you are going to be programming a GUI, I strongly recommend that you acquaint yourself with the basics of MATLAB's object-ori...
MATLAB: How do I Assign Push Buttons to Values so that I can Track the Data??
If you are going to be programming a GUI, I strongly recommend that you acquaint yourself with the basics of MATLAB's object-ori...
9년 초과 전 | 0
| 수락됨