Skip to content

Commit 5d3ac03

Browse files
committed
Set parameters for movies
1 parent 3d17640 commit 5d3ac03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/fmri_waves_movies.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function fmri_waves_movies()
1010
% Load options
1111
ouparams = read_write_json(params_filename, params_dir, json_mode);
1212
plotmov_streamparticles(ouparams, 'particles', 10);
13-
plotmov_streamparticles(ouparams, 'streamlines', 10);
13+
plotmov_streamparticles(ouparams, 'streamlines', 2);
14+
plotmov_flows(ouparams);
1415

1516
end

0 commit comments

Comments
 (0)