From: Peter on 15 Dec 2009 18:14 I am trying to remove a single instance of a class, found as the result of using findobj, however, using delete on the result of findobj deletes not only the instance found but every other instance as well. An extract of the code is given below: result = findobj(handles.NodeManager.nodeList,'middlewareManagerID',MMID); result2 = findobj(result.subscriberList,'subscriberID', SUBID); delete(result2); Could anyone suggest a way to solve this? Many Thanks
|
Pages: 1 Prev: Vectorized call to TriScatteredInterp? Next: Doubt on usefulness of the FEX |