Statistics
RANK
102,895
of 301,213
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
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
Answered
How to access a vector of a 3D array
I know there is a stupid way to access this certain vector when j is small: [P{1,1}(2), P{1,2}(2), P{1,3}(2), P{1,4}(2), ...
How to access a vector of a 3D array
I know there is a stupid way to access this certain vector when j is small: [P{1,1}(2), P{1,2}(2), P{1,3}(2), P{1,4}(2), ...
13 years ago | 0
Question
How to access a vector of a 3D array
I have a code : %%%%%%%%%%%%%%%%%%%%%%%% for i = 1 : 3 for j = 1 : 5 P{i,j} = rand(1,2); end end...
13 years ago | 3 answers | 0
