|
| From: | termanary |
| Subject: | [Octave-bug-tracker] [bug #54641] symbolic matrix create fail |
| Date: | Mon, 10 Sep 2018 10:45:14 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Follow-up Comment #1, bug #54641 (project octave):
I then tried octave-4.0.3:
syms x
y=[
x 0
0 0
]
octave reports :
error: octave_base_value::map_value(): wrong type argument 'scalar'
error: octave_base_value::parent_class_name_list(): wrong type argument
'scalar'
but :
syms x
y=[
x 0
x 0
]
run correctly .
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?54641>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |