Rank: 7943 based on 0 downloads (last 30 days) and 0 files submitted
photo

Markus Leuthold

E-mail
Company/University
Phonak AG

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Markus View all
Updated File Comments Rating
06 Oct 2010 Clone Handle Object - using MATLAB OOP How to clone an object (deep copy) which inherits reference behaviour from the 'handle' class. Author: Bobby Nedelkovski

classdef A < handle
  properties
    b = containers.Map
  end
end

please note that containers.Map is itself a handle class, which is not covered in the copyobj function from Volkmar Glauche. You could recursively call copyobj for handle properties, but then you're facing the next problem of private properties (Maps has private props), which cannot be copied as already mentioned.

In order to copy this class, the "ugly" solution from Barry Ridge is unfortunately the only thing which works in order to deep copy an instance of class A.

any news on this issue from Mathworks?

best regards
kusi

07 Jan 2010 k-D tree Perform closest point search or range query using a k-D tree implementation. Author: Guy Shechter

Peter, make sure ..\kdtree\mex\win appears BEFORE ..\kdtree. You can change the order of paths in File->Set Path

Top Tags Applied by Markus
always on top
Files Tagged by Markus
Updated   File Tags Downloads
(last 30 days)
Comments Rating
14 Dec 2005 Figure Window Always on Top Avoid obscuring figure windows by ensuring they always remain on top. Author: John Anderson always on top, floating, window on top, mex, customization, graphics 23 9
  • 4.0
4.0 | 8 ratings

Contact us at files@mathworks.com