photo

Andrew


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
246,283
of 299,793

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Find value of x, from max y (graph)
figure(2); vel = diff(y)./diff(x); plot(x(1:end-1), vel) display(max(findpeaks(vel))) x(max(findpeaks(vel))); ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Plotting differential equations, need help
y = diff(sin(2*pi*t))./diff(t); plot(t,y) *Remember diff() shortens the length of your vector by one so you will nee...

11 years 前 | 1 个回答 | 0

1

个回答

提问


help using grpstat() function
load carbig - Use the grpstats() function to find the mean, maximum and minimum MPG for cars manufactured in each year. ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


learning functions, need help
How do i complete this task? %MyFunction.m function [out1, out2] = MyFunction(in1,in2) Do calculations etc here out1 =...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Loading Csv files and plotting them as 3D graphs
Have a bunch of cvs files, and need to load them into matlab. Eventually plotting them as 3D maps. cvsread is returning an er...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Learning Matlab at uni, need some help
a. Create horizontal lines across the image by making every 8th row of the image a row of white pixels (value = 254). View...

11 years 前 | 2 个回答 | 0

2

个回答