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