usefulcodes.blogspot.com
AboutME
ajabgajabBLOG
nabinkm.com
NewPost
Monday, March 22, 2010
automated mcc to list of files (fail!)
this did not work
:(
clear all
clc
% Read directory names
LISTitems = dir;
% get number of directories
N = length(LISTitems);
% Loop through the directories
% Skip the first two..
for n = 3:N
doTHIS= LISTitems(n).name
mcc -m doTHIS % does not work!
pause
end
% cd('..');
% pwd
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment