Community Profile

photo

Michel du Montmorency


Hickory Dickory

Last seen: 1 year ago Active since 2015

s

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


Implicit indexing with structures - A question
It is by NO WAY clear to me why this code makes sense %% clear all ; a.x = 1 b.x = 2 s = [a,b] ANS = ...

6 years ago | 2 answers | 0

2

answers

Question


assigning to object variables from within-object functions
Can anyone explain me the following code, please? myObj = myClass() ; newObj = myObj.Increment() ; disp myObj.Val...

9 years ago | 2 answers | 0

2

answers