|
"Paul " <paulsp@infotechsw.com> wrote in message <goieeh$bsu$1@fred.mathworks.com>...
> I have my file in this format which is filenames.txt
> -------------------inputfilenames-------------------
> %cvi = code_variable_input
> %cci = code_calibration_input
> %co = code_output
> %fvi = field_variable_input
> %fo = field_output
> %pvi = prediction_input
>
> based on the tag %cvi,%cci,%co,%fvi,%fo,%pvi , I have to assign the code_variable_input, code_calibration_input, .. etc to a structure varible
>
> any help how to do coding part ???
Hi,
See
help fileparts
and after application of the function, you may decide, what will you do. If your files are a mixture of text and data, you have to program input under the structure of files.
Mira
|