help-octave
[Top][All Lists]
Advanced

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

Re: using symbol in matrix


From: John W. Eaton
Subject: Re: using symbol in matrix
Date: Thu, 12 Nov 2009 11:55:22 -0500

On 12-Nov-2009, zmyx wrote:

| > Can't you just store then in a cell array, i.e.
| >
| >  x = {y, y};
| 
| The reason I want to put symbols in matrix because there will be lots of
| matrix operation afterward. Can cell array be manipulated the same way as
| matrix? If yes then I will have a deep look into it.
| 
| Sorry if this is a newbie question. I'm still very new to Octave.

Symbolic objects are part of an add-on package, not a fundamental
feature of Octave itself.

jwe


reply via email to

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