Is there a way to disable all warning messages from command window
Mostrar comentarios más antiguos
Warning: Test statistic #1 above tabulated critical values
Respuesta aceptada
Más respuestas (1)
zzzhhh
el 16 de Mzo. de 2016
5 votos
In case you want to suppress warnings from all workers running in parallel (the above answers do not work in this case), use:
pctRunOnAll warning off
1 comentario
Walter Roberson
el 15 de Mayo de 2019
Note that the size of the "display" for parpool members is not generally the size of the display of the client; a quick test showed me that workers appear to be assigned virtual 1024 x 768 displays. Thus one might need to consider different strategies for imshow complaining about image being larger than window for workers than you would for the client. (The workers have no access to the client's display; the workers are working in a memory buffer of some kind.)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!