photo

Jason


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
35,073
of 300,392

声誉
1

贡献数
12 个提问
0 个回答

回答接受率
91.67%

收到投票数
1

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Would like help on smoothing data a noisy data would using a central moving average by also using iteration and scalar operations.
I'm not quite able to understand what the assignment is asking for. When it comes to "except k = 1 and k = N where x(1) = y(1)....

10 years 前 | 1 个回答 | 0

1

个回答

提问


Need Help with while loop
The code I have so far works but I think I missing something with time as a factor. I'm not sure how to utilize that part. Any h...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Not sure how to do a smoothing average of noisy data
<</matlabcentral/answers/uploaded_files/25695/Untitled.jpg>> Not sure how to do a smoothing average of noisy data based off w...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Not sure how to do this when you cant use x in your if statement without providing what x is first...
The springs exert a force that is proportional to their compression and the proportionality constant is the spring constant k. ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How do I fix this formula to plot a 3D surface plot?
I've already tried different with and with out .* operator for the numerator and it still will not plot. The error I get is thi...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Help with how to exclude zero and show a more efficient way to display the velocity and time in one line?
I cant figure out how to exclude zero so that when the min velocity and the time the min velocity occurs to not show zero basi...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Would like help on how to change the values in a row and column of a 10x10 array?
Given a 10 by 10 array of zero's named M2, change the values in row 3 and column 7 to all ones? This is how far I got but I can...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How can I get the min,max, and avg of velocity while showing at what time that I got those values?
So far I got to this point and just cant figure out how to get the time that each of these values are at and display them. I rea...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do you I get my program to label the axes using the column headings in my excel file?
I have three column headers in an excel file: A1:A1 is time, B1:B1 is velocity. This is what I have so far but I cant get my pl...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How do you sum the number of boxes in this cell array?
% create cell array of box types, number of boxes % and box dimensions in mm boxData = {'smallSquareBox', 14, [50, 50, 5...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to sum only the positive elements in a vector using an If-Statement?
How do you only sum the positive elements in a vector using an if statement?

11 years 前 | 1 个回答 | 1

1

个回答

提问


How to exclude min and max only once in a if statement?
Can anyone please tell me how when using an if statement and taking the mean of a vector of any size. when I take the mean of th...

11 years 前 | 3 个回答 | 0

3

个回答