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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0