help-octave
[Top][All Lists]
Advanced

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

Re: Help-octave Digest, Vol 30, Issue 65


From: soren
Subject: Re: Help-octave Digest, Vol 30, Issue 65
Date: Thu, 25 Sep 2008 08:22:50 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.2-RC2)

Quoting Russell jarvis <address@hidden>:

I wonder if any can tell me how to declare an empty multidimensional
array or matrix.

Is the following what you want?

octave:1> a = zeros (0, 0, 0, 0)
a = [](0x0x0x0)
octave:2> size (a)
ans =

   0   0   0   0

Søren




reply via email to

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