help-octave
[Top][All Lists]
Advanced

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

Re: How do I store Symbolic matrix?


From: Colin Macdonald
Subject: Re: How do I store Symbolic matrix?
Date: Thu, 22 Nov 2018 22:06:40 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 2018-11-22 2:53 p.m., r1f1 wrote:
Even changing that keeps giving me the same error

I'm sorry I didn't read carefully enough.

1.  We do not (yet) support multidim symbolic arrays.

2. We don't support assignment of symbolic things into double matrices. I.e., this will fail:

A = zeros(2,2)
A(1,2) = sym('x')

That's probably true with the Matlab toolbox as well.

Colin



reply via email to

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