Skip to content

Commit

Permalink
Add shell script to do denoising demos
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ender committed Jun 25, 2014
1 parent f4a66f8 commit 398306b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions run_denoising_demos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
make mw_bin
bin/s2let_denoising_demo
bin/s2let_spin_denoising_demo

matlab -nodesktop -nosplash -r "s2let_plot_denoising_demo;exit"
2 changes: 1 addition & 1 deletion src/main/matlab/s2let_plot_denoising_demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@
clear position plot_root plot_size
clear f f_noisy f_denoised f_error
clear L
clear fname
clear fname

0 comments on commit 398306b

Please sign in to comment.