photo

Radek


Spolecna Laborator Optiky UP A FZU AV CR VVI

Last seen: 7 dagen ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Answered
Parallel processing of data stream
Just for the record... The solution is (obviously) to use spmd block. To communicate between workers one can use functions spmd...

3 maanden ago | 0

| accepted

Question


Parallel processing of data stream
I am trying to process big data in parallel using parallel toolbox. The idea is quite simple. First, I would have a function run...

4 maanden ago | 2 answers | 0

2

answers

Question


Parallelize cumulative average algorithm
Hi, is there a way how to parallelize algorithm computing average of data accessible only as a stream using parfor? dat = 1:9;...

5 maanden ago | 1 answer | 0

1

answer

Answered
Readtable: Invalid parameters name
Thanks to @Cris LaPierre I was able to finaly read data from text file with readtable(), while skipping particular columns. The...

meer dan 2 jaar ago | 0

Question


Readtable: Invalid parameters name
I am trying use readtable() function to read simple text file, however I keep geting all sorts of "Invalid parameter name" error...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Answered
How can I change the temp directory the MATLAB installer uses?
The -tmpdir and/or -downloadFolder flags does not work with r2021b installer on Linux. Installer will always download the files...

bijna 3 jaar ago | 0

Question


Read string from files since R2020a
I have a large binary data file with some ASCII formatted metadata header at the beginning. To read this header, I use 'string-o...

meer dan 4 jaar ago | 1 answer | 1

1

answer