Execute the same calculus to different data files

Wolfgang Schechinger hubahopp at gmx.de
Tue Aug 5 11:45:54 CDT 2008


Dear John,

Nice! Less characters and brackets win the price. 

It is funny how one may express things in different ways.

Cheers!

Wo


> 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

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


More information about the Help-octave mailing list