필터 지우기
필터 지우기

SOM 2.0 Toolbox

조회 수: 26 (최근 30일)
Iciar
Iciar 2014년 3월 27일
댓글: Iciar 2014년 4월 8일
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.

답변 (2개)

Shashank Prasanna
Shashank Prasanna 2014년 3월 27일
  댓글 수: 2
Shashank Prasanna
Shashank Prasanna 2014년 3월 31일
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
Iciar 2014년 4월 8일
Thanks. I wrote the author two weeks ago but he has not answered me yet. If someone could help me, I'd be very grateful.

댓글을 달려면 로그인하십시오.


Iciar
Iciar 2014년 3월 28일
Thanks but the error appears again. The program shows me the two first maps som_show(sMap,'norm','d')and som_show(sMap,'empty','som') but it is when I run the third command (som_show_add('label',sMap)) when it appears and says that the figure is corrupted.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by