Anita pawar
Followers: 0 Following: 0
Statistica
8 Domande
0 Risposte
RANK
292.648
of 295.467
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Cyclic code using Matlab without using cyclpoly
pol = cyclpoly(7,4); [paramat,genmat,k] = cyclgen(7,pol)
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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=...
oltre 7 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 1 risposta | 0