photo

Anita pawar


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
193,633
of 300,756

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Cyclic code using Matlab without using cyclpoly
pol = cyclpoly(7,4); [paramat,genmat,k] = cyclgen(7,pol)

7 years 前 | 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...

8 years 前 | 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=...

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 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; ...

8 years 前 | 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

8 years 前 | 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...

8 years 前 | 1 个回答 | 0

1

个回答