Anita pawar
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
292 750
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Cyclic code using Matlab without using cyclpoly
pol = cyclpoly(7,4); [paramat,genmat,k] = cyclgen(7,pol)
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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=...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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; ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0