photo

irene stella


Last seen: 6 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
84,511
of 300,946

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,119

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,851

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


logical mistake to code
%scenario1 %T=0,72 %F_ADV=50 %0.72*50=36 values of a period %200 waves % (1476,8676) keep values tm=[0.01:0.02:0.73]; ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


store matlab table to excel
filename = 'test.xlsx'; A = xlsread(filename,3,'A1476:D8676'); time = A(:,1); x = A(:,2); y = A(:,3); z = A(:,4); .........

7 years 前 | 0 个回答 | 0

0

个回答

提问


matrix returns zeros,where vxc,vyc,vzc are matrix outputs of matlab code in main
tempx=[]; tempy=[]; tempz=[]; mx=[]; my=[]; mz=[]; tempx=zeros(201,1); tempy=zeros(201,1); tempz=zeros(201,1); mx=zer...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how to make a phase average 10period sine?
i have time,x and i want a code giving mean( x(t1),x(t1+T),x(t1+2*T),....x(t1+10T) ) ...

7 years 前 | 0 个回答 | 0

0

个回答