photo

Parag Patil


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
62,686
of 301,275

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,216

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,777

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Please suggest vectorization options for following code??
for Pos=3:1000 a_i_i(Pos:end,Pos)=a_sub(1:(end-Pos+2)); end

9 years 前 | 1 个回答 | 0

1

个回答

提问


What is the alternative for function tril(n), which is executed without using loops??
%Assume n=50; q=tril(ones(n));

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove the for loop?
w=[1 -0.75 -0.09375 -0.0390625 -0.021972656 -0.014282227 -0.010116577 -0.007587433 -0.005927682 -0.004775077 -0.003939439 -0.0...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Help for vectorization??
incI=zeros(length(featInd),length(tempInd)); for f = 1:length(featInd) incI(f,:) = tempInd + featInd(f); en...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, I am trying to vectorize following for loop. Need some help??
accumulator=zeros(numThetas,numRhos); accx_n=zeros(numEdgePixels,numThetas); for j=1:numThetas ...

10 years 前 | 1 个回答 | 0

1

个回答