Tag Archives: MCOS

11 relevant articles found:

Setting class property types – take 2

R2016a saw the addition of class property types. However, a better alternative has existed for many years.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: , , ,
13 Comments

Solving a Matlab MCOS bug

Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.

Categories: Low risk of breaking in future versions, Undocumented feature
Tags: , ,
10 Comments

General-use object copy

Matlab’s dual internal serialization/deserialization functions can be used to create duplicates of any object.

Categories: High risk of breaking in future versions, Memory, Undocumented feature, Undocumented function
Tags: , , , ,
15 Comments

Handle object as default class property value

MCOS property initialization has a documented but unexpected behavior that could cause many bugs in user code.

Categories: Low risk of breaking in future versions, Stock Matlab function
Tags: ,
17 Comments

Simulink Data Dictionary

Simulink contains undocumented public API for access to its data dictionary functionality.

Categories: Guest bloggers, Medium risk of breaking in future versions, Stock Matlab function, Undocumented feature
Tags: , , , ,
15 Comments

Class object tab completion & improper field names

Tab completions and property access can be customized for user-created Matlab classes.

Categories: Desktop, Medium risk of breaking in future versions, Undocumented feature
Tags: , , ,
14 Comments

Accessing private object properties

Private properties of Matlab class objects can be accessed (read and write) using some undocumented techniques.

Categories: High risk of breaking in future versions, Mex, Undocumented feature
Tags: , , ,
2 Comments

Class object creation performance

Performance aspects of Matlab class object creation are discussed, with specific suggestions.

Categories: Low risk of breaking in future versions, Stock Matlab function
Tags: , ,
8 Comments

Performance: accessing handle properties

Handle object property access (get/set) performance can be significantly improved using dot-notation.

Categories: GUI, Handle graphics, Low risk of breaking in future versions, Stock Matlab function, Undocumented feature, Undocumented function
Tags: , , , , , ,
13 Comments

Setting class property types

Matlab’s class properties have a simple and effective mechanism for setting their type.

Categories: Medium risk of breaking in future versions, Undocumented feature
Tags: , , , , ,
37 Comments