MATLAB: RBF NN using newrb for prediction one target “output vector” from many inputs factors ” 15 vectors”

Deep Learning Toolboxneural networkradial basis neural networks

I am working in a research for forecasting electricity price. I am using a RBF network "newrb" for predicting electricity price . the network has 15 inputs (different factors) and one output(electricity price). i am asking how to do that using newrb for different Input & Output matrices ( 15 input predictors for one Output).
net = newrb(P,T,goal,spread,MN,DF).
P: R-by-Q matrix of Q input vectors.
T: S-by-Q matrix of Q target class vectors.
in my case P matrix ≠ T matrix

Best Answer

Search the NEWSGROUP and ANSWERS using
greg newrb
Concentrate on the ones used for classification and pattern-recognition.
Hope this helps.
Thank you for formally accepting my answer
Greg