octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54641] symbolic matrix create fail


From: termanary
Subject: [Octave-bug-tracker] [bug #54641] symbolic matrix create fail
Date: Mon, 10 Sep 2018 10:31:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

URL:
  <https://savannah.gnu.org/bugs/?54641>

                 Summary: symbolic matrix create fail 
                 Project: GNU Octave
            Submitted by: termanary
            Submitted on: Mon 10 Sep 2018 02:31:44 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

  the next script could run in matlab R2018a in debian9 ,but octave 4.4.1
couldn't . octave 4.4.1 was compiled in my system .
script:
  pkg load symbolic 
  syms x
  y=[
  cos(x),-sin(x),0,0;
  sin(x),cos(x),0,0;
  0,0,8,3;
  0,0,5,2;
  ]
when I run it,octave report :
error : octave_base_value::map_value():wrong type argument 'scalar'
  




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54641>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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