Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
252.534
of 302.019
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 178.155
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
out=sim(net, test1) 'model' parameter must be a character vector, What is the erroe?
Assuming that test1 is a struct of parameters (name-value pair), you need to pass the name of the model as a string. Try: out=...
out=sim(net, test1) 'model' parameter must be a character vector, What is the erroe?
Assuming that test1 is a struct of parameters (name-value pair), you need to pass the name of the model as a string. Try: out=...
circa 7 anni fa | 0

