Community Profile

photo

Clark Williams


Active since 2011

Statistics

All
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
outputting bus using 'To Workspace' block
Recent versions of MATLAB do allow matrix signals in bus, but to connect them to a To Workspace or top-level Out Port you will h...

8 years ago | 0

Submitted


try_repeatedly.m
Create scripts that are resiliant to intermittant errors

9 years ago | 1 download |

Answered
What is missing from MATLAB?
Easily defined enumerated types. You can write them manually, but it would be nice if MATLAB took care of all the work for you ...

11 years ago | 0

Question


Override how the value of a user defined class is displayed when it is a field of a structure
I have created my own class to act like an enumerated type. I haver overridden the method disp() so when a variable containi...

11 years ago | 1 answer | 0

1

answer

Answered
MATLAB handle class violates polymorphism on handle equivalence
Just thought I'd chime in for the sake of others trying to get MATLAB to work as expected with an array of base class "pointers"...

12 years ago | 4

| accepted