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: John W. Eaton
Subject: Re: Execute the same calculus to different data files
Date: Tue, 05 Aug 2008 12:26:29 -0400

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


reply via email to

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