photo

Jianjian


Massachusetts Institute of Technology

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

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

  • Thankful Level 1

View badges

Feeds

View by

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), ...

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

3

answers