photo

park minah


Korea University

2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

거의 13년 전 | 답변 수: 3 | 0

3

답변

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

거의 13년 전 | 1

질문


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

거의 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변