help-octave
[Top][All Lists]
Advanced

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

variable interpolation


From: Hartmut Behrens
Subject: variable interpolation
Date: Tue, 28 Mar 2006 16:30:06 +0200

Hi all,
 
Is it possible to do the following (see below) in octave ? If so, how ?
 
function [U] = incremental(k)
load seq+`k`.txt
 
instead of
 
function [U] = incremental(k)
if (k == 1)
  load seq1.txt
end
if (k == 2)
  load seq2.txt
end
...
 
Kind Regards,
Hartmut Behrens

reply via email to

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