Execute the same calculus to different data files

John W. Eaton jwe at bevo.che.wisc.edu
Tue Aug 5 11:26:29 CDT 2008


On  5-Aug-2008, Wolfgang Schechinger wrote:

| should work in that way:
| 
| A=eval(strcat("load(ff",int2str(i))))

There is no need for eval in this case.  You can use

  A = load (sprintf ("ff%d", i));

jwe


More information about the Help-octave mailing list