From: Mathew on
Full matrix has behavior of copy-on-write, is a sparse matrix has EXACTLY same behavior?

Thanks,
Mathew
From: Bruno Luong on
"Mathew " <jhwang2k(a)gmail.com> wrote in message <hrucvs$bsi$1(a)fred.mathworks.com>...
> Full matrix has behavior of copy-on-write, is a sparse matrix has EXACTLY same behavior?
>

Yes, and in general any mxArray types (full array, sparse, cell, struct, string) have the same copy-on-write behavior. Not sure about objects (OOP) though.

Bruno