SOM 2.0 Toolbox
Mostrar comentarios más antiguos
Hi, I am working with SOM 2.0 toolbox to classify diferent samples. During the ejectuion of the program, an error appeared. Can someone help me with this. I can't solve this error. Thanks for your attention!
sD=som_data_struct(D,'labels',L,'comp_names',cnames) sD=som_normalize(sD,'var') sMap=som_make(sD) sMap=autolabel(sMap,sD) som_show(sMap,'norm','d') som_show(sMap,'empty','som') som_show_add('label',sMap)
Error using som_show_add (line 424) The figure does not contain SOM_SHOW visualization or is corrupted.
Missing SOM_SHOW.subplotorder
Missing SOM_SHOW.comp_norm
Missing SOM_SHOW.comps
Missing SOM_SHOW.msize
Missing SOM_SHOW.dim
Missing SOM_SHOW.lattice
This command may be applied only to a SOM_SHOW visualization.
Respuestas (2)
Shashank Prasanna
el 27 de Mzo. de 2014
Try reinstalling the toolbox:
and run
restoredefaultpath
rehash toolboxcache
2 comentarios
Shashank Prasanna
el 31 de Mzo. de 2014
Hi Iciar, If the problem persists, you must contact the author of the toolbox, they (1) already know of existing issues (2) will be informed of new issues and maybe interested in learning more and help you better.
Iciar
el 8 de Abr. de 2014
Iciar
el 28 de Mzo. de 2014
0 votos
Categorías
Más información sobre Classification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!