![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10581527_1522136703767_DEF.jpg)
Anita pawar
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
8 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Cyclic code using Matlab without using cyclpoly
pol = cyclpoly(7,4); [paramat,genmat,k] = cyclgen(7,pol)
6年以上 前 | 0 件の回答 | 0
0
回答質問
how to vectorize these for loop
clc; clear all; close all; a=[1,3,8]; for i=1:3 b(:,:,i)=sisobnds(a(i),w,wbd,ws,p,R,nompt); end plotb...
7年以上 前 | 0 件の回答 | 0
0
回答質問
how to vectorize these "for loop" ?
clc; clear all; close all; i=1; for k=1:1:10; for a=1:1:10; for b= 1:1:10; for c=...
7年以上 前 | 3 件の回答 | 0
3
回答質問
is there an any alternate solution for this "P=freqcp(numpl,denpl,w);" command?
clc; clear all; close all; tic k = 1:0.5:10; a = 1:0.5:5; n1 = numel(k); n2 = numel(a); numpl = repmat(k, 1, n2)'; denp...
7年以上 前 | 0 件の回答 | 0
0
回答質問
how to convert this code into gpuArray?
clc; clear all; close all; tic k = 1:0.5:10; a = 1:0.5:5; n1 = numel(k); n2 = numel(a); numpl = repmat...
7年以上 前 | 1 件の回答 | 0
1
回答質問
how can i vectorize this for loop?
close all clear all clc tic; i=1; for k=1:0.5:10; for a=1:0.5:5; numpl(i,:) =k; ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
how to find bode plot and phase,magnitude plot of 171 transfer function using for loop?
for k=1:0.5:10; for a=1:0.5:5; num=k; den=[1 a 0]; sys=tf(num,den); end end
7年以上 前 | 1 件の回答 | 0
1
回答質問
how to convert this code into gpuArray
tic; z=1:0.5:10; a=1:0.5:5; num=kron(z,ones(1,length(a))); i=1:length(a); deno=zeros(9,3); deno(i,1)=1; d...
7年以上 前 | 1 件の回答 | 0