Community Profile

photo

Arnon


IBM Corp

Last seen: 3 years ago Active since 2012

Statistics

  • First Answer

View badges

Content Feed

View by

Question


Matlab encounter an internal error and needs to close - on Mac OSX Sierra, after reopening the mac from sleep.
MATLAB 2017a: almost every time the computer lid is closed when a MATLAB window is open (just open, NOT running a program), when...

7 years ago | 2 answers | 0

2

answers

Answered
References and Books on Object Oriented Programming in Matlab
Mathworks's book MATLAB Object Oriented Programming (R2014a 659 pages) Here is the link (available for download as a PDF): ...

9 years ago | 1

Question


overloading subsref() in a Heterogeneous class
I would like to overload subsref() in my class, however I noticed that whenever I use Heterogeneous arrays in my class definitio...

10 years ago | 0 answers | 0

0

answers

Answered
How can I make Variable Editor show the value of a class object derived from "double"
Thank you Daniel for your detailed answer. I added a 'class' method to my class, with return value 'dataset', and VE now dis...

11 years ago | 0

Question


How can I make Variable Editor show the value of a class object derived from "double"
I define a class, derived from 'double', like with <http://mathworks.com/ MathWorks DocSimpleDouble> example: classdef Do...

11 years ago | 3 answers | 1

3

answers