MATLAB: Undefined function or method ‘som_read_data’ for input arguments of type ‘char’.

undefined function

Hi,
I am a beginner, so I need help. I got message: Undefined function or method 'som_read_data' for input arguments of type 'char'
Error in ==> SOM_COUNTER_PROP_DEMO at 30 sDall = som_read_data('X_dataset.txt');
File name is ok.
Does anybody have good advice?

Best Answer

Did you make sure that you added the directories for the SOM Toolbox to your MATLAB path?
You can use pathtool() to add them.
Related Question