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