containers - Matlab: Overwrite "nameless" add-key-value-pair method -


I want to inherit the superclass containers map and change the behavior of add-ons . Syntax for adding a new key value pair for the -key-value-pair method containers. Map

  myMap = containers.Map (); Mimp ('mike') = myValue;  

I do not know which method to overwrite , as any explicit method name shown above has not been used.

Thanks in advance,

MMM

Update: My latest approach is

  classdef The carmap & lt; Containers.map method function A = subsystem (A, S, B) Disp ('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! '); A = subsign @ containers. Map (A, S, B);   

But when myObj ('someKey') = some value

but not subsasgn goes;

Any advice?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -