Way to know status of parfor loop without printing to command window or saving to file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to know the status of a parfor loop. I find printing to the command window much faster than writing to a file. Unfortunately though I want the results to print to the command window. Is there a way to write to a file quickly or have multiple command windows?
1 Commento
Risposte (1)
Konrad Malkowski
il 28 Mar 2012
Why not send the output to the file and diagnostic to the command window? Alternatively there you can take a look at the following two parfor progress monitors:
0 Commenti
Vedere anche
Categorie
Scopri di più su Parallel for-Loops (parfor) in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!