필터 지우기
필터 지우기

Self organization map (R2018b)

조회 수: 3 (최근 30일)
Tuan Tran
Tuan Tran 2020년 11월 9일
답변: Walter Roberson 2023년 11월 15일
Hi every one,
I use the Matlab R2018b to make SOM map, but I have errors as follows. Please help me about this.
data read ok
>> %% XU LY DU LIEU
>> sD = som_normalize (sD, 'var');
>> sD = som_normalize (sD, 'range');
>> %% HUAN LUYEN DU LIEU
>> sM = som_make (sD);
Determining map size ...
map size [12, 4]
Initialization ...
Training using batch algorithm ...
Rough training phase ...
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Fine tuning phase ...
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Training: 0/0 s
Final quantization error: 0.229
Final topographic error: 0.019
>> %% TRUC QUAN HOA SOM
>> som_show (sM);
Error using axes
Handles of type ColorBar cannot be made the current axes.
Error in som_recolorbar (line 300)
mem_axes = gca; axes (h_ (i));
Error in som_show (line 523)
h_colorbar = som_recolorbar ('all', 3, General.scale); % refresh colorbars
  댓글 수: 1
Michael Tamajong
Michael Tamajong 2023년 11월 15일
I had the same errors in my MATLAB 2023b. If anyone using the same toolbox has a solution to this, please help!! aparently it compiles well for my colleague who has v2023a.

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

답변 (1개)

Walter Roberson
Walter Roberson 2023년 11월 15일
that error occurs if you use an old version of the toolbox with r2014b or later. You should get a newer release from https://github.com/ilarinieminen/SOM-Toolbox

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by