cprintf not working in parallel situation
Ältere Kommentare anzeigen
Hi:
I downloaded a color print function in this link:
the function works fantastically, but I found that it can not work in parallel situation.
below are the test code:
parfor i=1:1:100
cprintf('Keywords','this is a test.\n')
end
is there anyway to solve this problem?
Thanks!
Yu
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Parallel Computing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!