Skip to content

Commit

Permalink
Set parameters for movies
Browse files Browse the repository at this point in the history
  • Loading branch information
pausz committed Jun 30, 2021
1 parent 3d17640 commit 5d3ac03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/fmri_waves_movies.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function fmri_waves_movies()
% Load options
ouparams = read_write_json(params_filename, params_dir, json_mode);
plotmov_streamparticles(ouparams, 'particles', 10);
plotmov_streamparticles(ouparams, 'streamlines', 10);
plotmov_streamparticles(ouparams, 'streamlines', 2);
plotmov_flows(ouparams);

end

0 comments on commit 5d3ac03

Please sign in to comment.