help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Execute the same calculus to different data files


From: Wolfgang Schechinger
Subject: Re: Execute the same calculus to different data files
Date: Tue, 05 Aug 2008 18:45:54 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]