We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1a23e commit 58e7d80Copy full SHA for 58e7d80
test.m
@@ -1,2 +1,4 @@
1
-%%
2
-demo(parfor_arg=0,show_figures=false,show_progress=false);
+if isempty(gcp('nocreate'))
+ parpool('Threads');
3
+end
4
+demo(parfor_arg=4,show_figures=false,show_progress=false);
0 commit comments