Statistics
2 Questions
0 Answers
RANK
65,756
of 301,440
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
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
Feeds
Question
Why am I getting this error "Function 'subsindex' is not defined for values of class 'cell'. Error in dp_p2 (line 14) f(n, fmax(2), fmax(3), fmax(4)) = MAX;"?
q = xlsread('dp2sp.xlsx'); w = [12 10 10]; f = zeros(length(q(:,1)+1), w(1), w(2), w(3)); for n = length(q(1,:)):-1:1 ff...
8 years ago | 1 answer | 0
1
answerQuestion
How do I find the 'n'th largest number and its position in a 4D array?
I am using the follwing code to find the maximum, but how do I find the 'n'th maximum? ff =f(n+1, :, :, :); [MAX,I] ...
8 years ago | 2 answers | 0

