help-octave
[Top][All Lists]
Advanced

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

Acessing glob results [Re: How many plotting engines do we have?]


From: Rafael Laboissiere
Subject: Acessing glob results [Re: How many plotting engines do we have?]
Date: Wed, 22 Nov 2006 12:33:06 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

* Falk Dechent <address@hidden> [2006-11-22 09:05]:

> 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 :.-(

x =  glob ("g3trb6*");
x {1}

?

-- 
Rafael


reply via email to

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