photo

Hamid Arbabi


UCSB

Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
117,910
of 301,237

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,206

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,611

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 can I assign values to elements with same index from multiple cells?
Thank you guys for the comments and answers. I think I will go with Guillaume's suggestion of using multidimensional arrays. ...

10 years ago | 0

Question


How can I assign values to elements with same index from multiple cells?
I have a cell array with the same-size matrix in each cell, say, a = cell(2); [a{:}]=deal(rand(2)); and I want to chang...

10 years ago | 3 answers | 0

3

answers