These are traget values they are in matrix form (column matrix) T = 98.3200 100.6100 i want use it for target value in Multilayer Neural Network what is the procedure thank you in advance
Kshitij Singh answered .
2025-11-20
size(input) = [ I N ] size(target) = [ O N ]
For regression/curve-fitting see the FITNET documentation with sample code:
help fitnet and doc fitnet
For classification/pattern-recognition see the PATTERNNET documentation:
help patternnet and doc patternnet
For more examples you can search the NEWSREADER and ANSWERS using
greg fitnet or greg patternnet