Radek
Spolecna Laborator Optiky UP A FZU AV CR VVI
Followers: 0 Following: 0
Statistics
RANK
32,016
of 295,098
REPUTATION
1
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20,174
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,199
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
Feeds
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...
7 months 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...
7 months ago | 2 answers | 0
2
answersQuestion
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;...
8 months ago | 1 answer | 0
1
answerReadtable: Invalid parameters name
Thanks to @Cris LaPierre I was able to finaly read data from text file with readtable(), while skipping particular columns. The...
2 years 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...
2 years ago | 2 answers | 0
2
answersHow 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...
3 years 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...
4 years ago | 1 answer | 1