photo

patchaisri periyasamy


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
293,508
of 301,472

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,293

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,655

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Assignment has more non-singleton rhs dimensions than non-singleton subscripts
n=50;classes=9;deepth=103;for i=1 to 9; index=1; btraindata{i,1}=zeros(n*n*(classes-1),1,2,deepth); tbtraindata{i,1}(index,1,1...

7 years ago | 1 answer | 0

1

answer

Question


sub2ind out of range error
a=trainclass{1,1};//dimension of trainclass is (200x103double) [r c dim]=size(a); [x,y]=ndgrid(1:r,1:2:c); ind=sub2ind(size(a...

7 years ago | 1 answer | 0

1

answer