cnn_setenv              % default environment

mCNN.TemGroup='sajat_temlib'; % sajat library


load LAB.mat;
%betolti a kepeket
% a labirintust LAB, a kezdo-veg pontot LABInit neven erjuk el
cnnshow(LAB);



   
subplot(131); cnnshow(LAB);
xlabel('Labyrinth')
subplot(132); cnnshow(LABInit);
xlabel('End Points')
subplot(133); cnnshow(mCNN.OUTPUT);
xlabel('Result')


