photo

Joe


University of Wisconsin - Madison

Last seen: 11 months 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Structural Dynamics

统计学

MATLAB Answers

0 个提问
6 个回答

排名
2,279
of 297,503

声誉
28

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Knowledgeable Level 2
  • First Answer

查看徽章

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

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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" ...

9 years 前 | 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...

9 years 前 | 0

| 已接受