diff options
author | Hunter Rew <hbrew@email.wm.edu> | 2014-04-26 17:02:46 +0000 |
---|---|---|
committer | Hunter Rew <hbrew@email.wm.edu> | 2014-04-26 17:02:46 +0000 |
commit | 0f8b12cff819c16594441158e9d2086941ad6047 (patch) | |
tree | e26a1adda5440bd1c3f53a3739db2e48e758ad8b /simulate.m | |
parent | 15405c9070cf2f75b93a2327b0acb2b1af031ac9 (diff) | |
download | eit_filter_simulations-0f8b12cff819c16594441158e9d2086941ad6047.tar.gz eit_filter_simulations-0f8b12cff819c16594441158e9d2086941ad6047.zip |
Added README
Switched to h5 files for saving data
Optimized multiprocessing algorithm
Made plotting scripts more universal
Diffstat (limited to 'simulate.m')
-rw-r--r-- | simulate.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ function simulate() target = [source_dir, 'simulate.py']; tic(); - runCommand(sprintf('python %s %s %d', target, source_dir, n)); + runCommand(sprintf('python2 %s %s %d', target, source_dir, n)); toc(); end |