Meetul Choudhary
Followers: 0 Following: 0
Statistics
RANK
122,284
of 295,495
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Feature selection code error
%%X=featvales'; X = permute(conj(featvales), [3, 4, 1, 2]); Y=label'; a1=[]; this did the job
1 year ago | 1
| accepted
Question
Feature selection code error
CODE: %% Testing Phase load('testFeatures'); featvales=b2{1}; label=b2{2}; X = reshape(featvales, [], 1000)'; Y = label'...
1 year ago | 1 answer | 0
1
answerQuestion
error using tranpose (recieving permute error )
CODE: %% Testing Phase load('testFeatures'); featvales=b2{1}; label=b2{2}; num_dims = max(size(featvales)); X=featvale...
1 year ago | 2 answers | 0