photo

yu xu


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

6 Fragen
1 Antwort

RANG
264.915
of 297.457

REPUTATION
0

BEITRÄGE
6 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 20.438

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to deal with the cpu's cores and parallel program
i have a 64 cores workstation. a parallel program need 8 cores when running. when I use to Matlab run this program twice(16 co...

mehr als 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


There is a error about ‘java’ when my matlab code is running
It seems that my program still running when the 'java' error occur , Is there some effects to my program. and WHY? thank you fo...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


use 'matlabpool open' but not use parallel structure.
I use matlabpool('open','profile1',16) before evaluate my code, and there is no 'pafor','spmd' or any other parallel code. it m...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
In a spmd statement ,How to call a function that contains another spmd statement.
cpoy FROM Matlab HELP Nested spmd Statements The body of an spmd statement cannot contain another spmd. However, it can ca...

mehr als 12 Jahre vor | 0

Frage


In a spmd statement ,How to call a function that contains another spmd statement.
I am sure that my PC can open at least 12 workers by using local profile. if I use another spmd statement in the function, the ...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


why are these values not equal?
>> xx = temp_ComplexArray_12_0 * [MMSEInterfCgema{85351:85500}]; >> zz = MMSEFactor' * [MMSEInterfCgema{85351:8550...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Transfer a matrix in a quick way
a matrix' size is 4*300 i want to transfor it to 400*3 the method is FROM a a a b b b c c c ……(300 column) a a a b...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten