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

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

[Octave-bug-tracker] [bug #58389] field key not recognized


From: Muhali
Subject: [Octave-bug-tracker] [bug #58389] field key not recognized
Date: Mon, 18 May 2020 08:42:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

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

                 Summary: field key not recognized
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Mon 18 May 2020 05:42:28 AM PDT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.90
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

With version 6, the following code no longer works:


s = "x" ;
a.(s) = [e pi] ;
arrayfun(@(j) a.(s)(j), 1:2)


the error being

error: 's' undefined near line 4, column 4
error: called from
    foo>@<anonymous> at line 4 column 17
    foo at line 4 column 1





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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