Community Profile

photo

Eli4ph


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot billions of points efficiently?
I have 3 billions of 2D points to be plotted, which requires a lot of memory. Thus, I can only do this on a server, which has ab...

6 years ago | 3 answers | 0

3

answers

Question


parfor fails with loop indices being uint64
<https://www.mathworks.com/help/distcomp/parfor.html#bvi_72t-3 Documentation on |parfor|> says that the loop indices can be of t...

6 years ago | 1 answer | 1

1

answer

Question


Will memory leaks happen when the MEX file contains new & delete or STL containers (C++)?
<https://www.mathworks.com/help/matlab/matlab_external/memory-management.html Memory Management> in documentation says that |mxC...

6 years ago | 1 answer | 0

1

answer

Question


What is the rule for StreamIndex of Random Number Streams in worker by default
I want to get reproducible random number sequence in parfor-loops and follow the example in <http://cn.mathworks.com/help/distco...

7 years ago | 0 answers | 0

0

answers

Question


issue with Repeating Random Numbers in parfor-Loops
I want to get reproducible random number sequence in parfor-loops and tried the example in the <http://cn.mathworks.com/help/dis...

7 years ago | 2 answers | 0

2

answers