photo

park minah


Korea University

Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
15 120
of 297 503

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


There is any function substituting for this 'for loops'?
for n = 1:99; for a=1:size(A{n},1); for m = ...

mer än 13 år ago | 3 answers | 0

3

answers

Answered
speed up computation of huge matrix?
I think you'd better use 'parallel computing'. It will be make your process speedy, maybe.

mer än 13 år ago | 1

Question


To remove duplicated matrices in different cell...
first, let me describe my situation for following example. cell {1} = [1 2 3 4;5 6 7 8] cell {2} = [1 1 1 1;1 2 3 4] ce...

mer än 13 år ago | 1 answer | 0

1

answer

Answered
how large matrix can I make?
Thank you so much, Roberson. :) I understand your answer well. As your advise, I used parallel computing, but it also doesn...

mer än 13 år ago | 0

Question


how large matrix can I make?
I want to make a matrix in size of (10^60)X(10^6). I know enough it isn't easy because of memory. (futhermore, As I kno...

mer än 13 år ago | 2 answers | 0

2

answers