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

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

[Octave-bug-tracker] [bug #50689] fieldnames(...,full) broken.


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #50689] fieldnames(...,full) broken.
Date: Fri, 31 Mar 2017 08:26:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

URL:
  <http://savannah.gnu.org/bugs/?50689>

                 Summary: fieldnames(...,full) broken. 
                 Project: GNU Octave
            Submitted by: ernstreissner
            Submitted on: Fri 31 Mar 2017 12:26:32 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

According to 
https://www.mathworks.com/help/matlab/
ref/fieldnames.html?s_tid=gn_loc_drop

Syntax

names = fieldnames(s)
names = fieldnames(obj,'-full')
Description

names = fieldnames(s) returns a cell array of character vectors containing the
names of the fields in structure s.

names = fieldnames(obj,'-full') returns a cell array of character vectors
containing the name, type, attributes, and inheritance of the properties of
obj. Only supported for COM or Java® objects.
names = fieldnames(s) returns a cell array of character vectors containing the
names of the fields in structure s.

This worked in 4.1.0+ but now no longer. 
I have the impression, that more than this has been changed 
and that this is no good work. 

I attached the new file and the old file. 



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 31 Mar 2017 12:26:32 PM UTC  Name: fieldnames.m  Size: 4kB   By:
ernstreissner

<http://savannah.gnu.org/bugs/download.php?file_id=40219>
-------------------------------------------------------
Date: Fri 31 Mar 2017 12:26:32 PM UTC  Name: fieldnames.m  Size: 3kB   By:
ernstreissner

<http://savannah.gnu.org/bugs/download.php?file_id=40220>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50689>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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