octave-maintainers
[Top][All Lists]
Advanced

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

dir() size


From: Daniel J Sebald
Subject: dir() size
Date: Fri, 24 Feb 2006 15:30:42 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

I don't have the most recent version of Octave, but if the following is still 
the same, isn't column format usually the norm?  I.e., 9 x 1.

octave:23> d = dir('*')
octave:24> d = dir('*');
octave:25> size(d)
ans =

 1  9



reply via email to

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