Re: how to read in multiple files for performing c
- From: us <us@xxxxxxxxxxxxxxx>
- Date: Thu, 5 Jan 2006 12:58:43 -0500
ffenics ali:
<SNIP wants to access his/her files in a loop...
> files = dir('\ali\predictions');
> for n = files
> result = files(n).name
> end
must read
files=dir(...);
for n=1:numel(files)
cfile=files(n).name
end
us
.
- References:
- how to read in multiple files for performing calculations
- From: ali ffenics
- Re: how to read in multiple files for performing calculations
- From: Tim Love
- Re: how to read in multiple files for performing c
- From: ffenics ali
- how to read in multiple files for performing calculations
- Prev by Date: Intro Book on PDE Toolbox
- Next by Date: Re: [OT] Is there interest and procedure for makin
- Previous by thread: Re: how to read in multiple files for performing c
- Next by thread: Mouse Selection with the "rectangle" function
- Index(es):
Relevant Pages
|