help-octave
[Top][All Lists]
Advanced

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

Re: cell{1:5}=1 not working for me!!!


From: oxy
Subject: Re: cell{1:5}=1 not working for me!!!
Date: Wed, 30 May 2012 17:36:40 +0200

And why a cell cannot be initialized as global?

octave:12> global p
octave:13> p(1:5)={3}
error: operator =: no conversion for assignment of `cell' to indexed `matrix'
error: assignment failed, or no method for `matrix = cell'


reply via email to

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