Statistics
RANK
122,284
of 300,343
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,926
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,172
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
2 years 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'...
2 years 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...
2 years ago | 2 answers | 0
