help-octave
[Top][All Lists]
Advanced

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

Re: How many plotting engines do we have?


From: Peter Cloetens
Subject: Re: How many plotting engines do we have?
Date: Wed, 22 Nov 2006 10:41:58 +0100

Hi,
You can do something like:

filelist = glob("g3trb6*");
for k=1:length(filelist)
        disp(filelist{k})
endfor

Hope this helps,
Peter


On Wed, 2006-11-22 at 09:05 +0100, Falk Dechent wrote:
> Hi everybody!
> I'm new using octave (and never used mathlab) and I have several questions. 
> Will slpit them in two posts.
> 
> octave-2.9.9:1> glob("g3trb6*")
> ans =
> 
> {
>   [1,1] = g3trb60.sp0
> }
> 
> how can I access the string "g3trb60.sp0" ???
> I have no idea but i tried a lot :.-(
> 
> 
> Falk
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

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