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

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

[Octave-bug-tracker] [bug #65877] struct field setting using semicolon


From: NA
Subject: [Octave-bug-tracker] [bug #65877] struct field setting using semicolon
Date: Thu, 13 Jun 2024 08:35:52 -0400 (EDT)

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

                 Summary: struct field setting using semicolon
                   Group: GNU Octave
               Submitter: None
               Submitted: Thu 13 Jun 2024 12:35:52 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 13 Jun 2024 12:35:52 PM UTC By: Anonymous
In Octave, from a non existing variable A:


octave> A.a{:} = 1;
error: invalid dimension inquiry of a non-existent value


In Matlab:


>> A.a{:} = 1;
>> A    
A = 
  struct with fields:
    a: {[1]}









    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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