統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to plot this in matlab?
I have following code xr=randi([1 150],1,20) z=numel(xr); N=10; %Window length gAll=zeros(1,z-N+1); for n=0:z-...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How to do this in Matlab?
I have a following code x=randi([1 150],1,400); d=max(x); m=numel(x); y=zeros(d,1); p=zeros(d,d); for k=1:m...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How to do following in Matlab?
Suppose I have a code t=randi([1 150],1,400); x=t(1:60); d=max(x); a=unique(x); s=numel(a); m=numel(x); ...
9年以上 前 | 0 件の回答 | 0