photo

park minah


Korea University

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 13 anni fa | 3 risposte | 0

3

risposte

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

quasi 13 anni fa | 1

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

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

quasi 13 anni fa | 0

Domanda


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

quasi 13 anni fa | 2 risposte | 0

2

risposte