summaryrefslogtreecommitdiff
path: root/parGetVecs.m
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-05-12 13:15:55 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-05-12 13:15:55 +0800
commit34de475999a22ac7280411e15339e77a0c8dbc2e (patch)
tree76ecfbe3a8f20d6da8b136dfe78a9e8071075692 /parGetVecs.m
downloadfeatext-34de475999a22ac7280411e15339e77a0c8dbc2e.tar.gz
featext-34de475999a22ac7280411e15339e77a0c8dbc2e.tar.bz2
featext-34de475999a22ac7280411e15339e77a0c8dbc2e.zip
initial commit
Diffstat (limited to 'parGetVecs.m')
-rw-r--r--parGetVecs.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/parGetVecs.m b/parGetVecs.m
new file mode 100644
index 0000000..4097f5a
--- /dev/null
+++ b/parGetVecs.m
@@ -0,0 +1,7 @@
+parfor i=1:2
+ if i==1
+ getVecs('test_a');
+ else
+ getVecs('test_b');
+ end
+end \ No newline at end of file