|
|
Re: Updating variables in declared function handles
Posted:
Mar 14, 2013 11:52 AM
|
|
A small update.
I changed "classdef MyTestObj" into "classdef MyTestObj < handle"
Now the object itself will be updated. However, when i do "UpdateData(obj);", I will obtain "obj", and "ans" which is a copy of "obj". How can I get rid of "ans", without "clear ans"?
Many thanks in advance.
kind regards, Kees.
|
|