photo

Joe


University of Wisconsin - Madison

Last seen: meer dan een jaar ago Active since 2015

Followers: 0   Following: 0

Message

Professional Interests: Structural Dynamics

Statistics

MATLAB Answers

0 Questions
6 Answers

RANK
2.312
of 300.331

REPUTATION
28

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20.920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

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

ongeveer 10 jaar ago | 0

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

ongeveer 10 jaar ago | 0

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

ongeveer 10 jaar ago | 3

| accepted

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

ongeveer 10 jaar ago | 1

| accepted

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

ongeveer 10 jaar ago | 0

| accepted

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

meer dan 10 jaar ago | 0

| accepted