Risposto Multiple colormaps within the same image
Have you looked at <http://www.mathworks.com/help/toolbox/images/ref/subimage.html |SUBIMAGE|>?
You can specify different color...
oltre 13 anni fa | 1
| accettato
Domanda
Get Unique Instance Identifier
Hello MatLabers
How do I get the unique object identifier of an object (i.e. the handle)?
I have several objects in a cell arr...
oltre 13 anni fa | 1 risposta | 1
1
risposta
Risposto get list of subclasses
I figured out how to resolve that problem when I realized the power of "eval()".
For anyone interested in doing something si...
oltre 13 anni fa | 0
| accettato
Domanda
get list of subclasses
Hello Matlabers
I have a class "Filter" and some subclasses "xxFilter, "yyFilter", etc. They have a const property called "N...
oltre 13 anni fa | 2 risposte | 1
2
risposte
Domanda
Update Class without restarting matlab
Hello Matlabers
I am working on a GUI and have implemented some of my own classes (all stored in @classname folder with subfu...