photo

Anders Hoff


Norwegian University of Science and Technology (NTNU)

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
8,642
of 300,499

REPUTATION
5

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
4

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

View badges

Feeds

View by

Question


Memory spike when using previously declared variable in spmd block
I have a piece of code where a few (reasonably) large vectors are initialized inside a script, before they are used in an spmd b...

13 years ago | 5 answers | 3

5

answers

Question


Slow indexing into local parts of distributed cell arrays in parallel computing toolbox
I have a code similar in structure to the following example: p = 3; N = p*10000; if ~matlabpool('size'),matlabpoo...

13 years ago | 1 answer | 1

1

answer

Question


Getting different answers when using mldivide in parfor-loop compared to in "ordinary" script
I am getting different answers for x and xp in the following code: format long; n = 1000; A = rand(n); b = one...

13 years ago | 1 answer | 0

1

answer