統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,552
コントリビューション
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年弱 前 | 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