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

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

[Octave-bug-tracker] [bug #55193] Error in structures


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #55193] Error in structures
Date: Mon, 10 Dec 2018 06:59:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36

Update of bug #55193 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
              Item Group:        Unexpected Error => Documentation          
                  Status:                    None => Confirmed              
             Assigned to:                    None => siko1056               
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Thank you for the report.  Of course this is not possible in neither Octave,
nor Matlab.


x.b


is a double matrix, thus cannot be dot-indexed.  Rather it should be 


x.b = [];
x.b.d = 3;


and so on... I'll take care of this.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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