ilarinieminen / SOM-Toolbox

GNU General Public License v2.0
119 stars 56 forks source link

Trying to run som_demo1 under Matlab 2013a #6

Closed fernandoferreira-me closed 9 years ago

fernandoferreira-me commented 9 years ago

I have cloned the repo, added the path to the environment and tryed

run('SOM-Toolbox/demo/som_demo1')

unfortunately this error pops up.

% ========================================================== % SOM_DEMO1 - BEHAVIOUR AND PROPERTIES OF SOM % ========================================================== % som_make - Create, initialize and train a SOM. % som_randinit - Create and initialize a SOM. % som_lininit - Create and initialize a SOM. % som_seqtrain - Train a SOM. % som_batchtrain - Train a SOM. % som_bmus - Find best-matching units (BMUs). % som_quality - Measure quality of SOM. % SELF-ORGANIZING MAP (SOM): % A self-organized map (SOM) is a "map" of the training data, % dense where there is a lot of data and thin where the data % density is low. % The map constitutes of neurons located on a regular map grid. % The lattice of the grid can be either hexagonal or rectangular. subplot(1,2,1) som_cplane('hexa',[10 15],'none') Undefined function 'som_cplane' for input arguments of type 'char'.

Error in som_demo1 (line 38) som_cplane('hexa',[10 15],'none')

Error in run (line 64) evalin('caller', [script ';']);

fernandoferreira-me commented 9 years ago

Nevermind =)