I want to use NN toolbox in matlab
my input is a 42*3
and my target is 42*1
i Have 42 samples
with 3 features
but I cant load the target and it hasn't any error but it doesn't load
can anyone help me
Asked
Active
Viewed 135 times
-2

Spry Techies
- 896
- 6
- 21

Hamid Reza Sedigh
- 33
- 7
-
Please show your code for loading the target data. If you don't get any error, what is happening to show that the data is not loaded? – Neil Slater Feb 16 '15 at 09:06
-
I use toolbox when I browse input, input loaded and show it. when I broswe the target it doesn't load – Hamid Reza Sedigh Feb 16 '15 at 09:28
1 Answers
0
Try to load an example dataset first. Matlab provides six example data sets, you can choose in the GUI. If you have no problems with those, the problem is with your data.

dzsezusz
- 106
- 9
-
Thank you I solved my problem. I should put my target in a 42*4 matrix. It's a zeros matrix with 1 where the target is true – Hamid Reza Sedigh Feb 17 '15 at 08:42