We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d17640 commit 5d3ac03Copy full SHA for 5d3ac03
examples/fmri_waves_movies.m
@@ -10,6 +10,7 @@ function fmri_waves_movies()
10
% Load options
11
ouparams = read_write_json(params_filename, params_dir, json_mode);
12
plotmov_streamparticles(ouparams, 'particles', 10);
13
-plotmov_streamparticles(ouparams, 'streamlines', 10);
+plotmov_streamparticles(ouparams, 'streamlines', 2);
14
+plotmov_flows(ouparams);
15
16
end
0 commit comments