photo

Joe


University of Wisconsin - Madison

Last seen: 10 Monate vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Professional Interests: Structural Dynamics

Statistik

  • First Review
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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. ...

mehr als 9 Jahre vor | 0

Beantwortet
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...

mehr als 9 Jahre vor | 0

Beantwortet
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...

mehr als 9 Jahre vor | 3

| akzeptiert

Beantwortet
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...

mehr als 9 Jahre vor | 1

| akzeptiert

Beantwortet
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" ...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 9 Jahre vor | 0

| akzeptiert