Undefined function 'train' for input arguments of type 'struct'
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
This is my problem:
Undefined function 'train' for input arguments of type 'struct'
I have The code:
Input = xlsread('Variabless',4);
Target = xlsread('Variabless',5);
Sample = xlsread('Variabless',6);
Variabless is a matrix on excel with a lots of data, but each of this data is a formula not a number.example: =Hoja3!A6
Can matlab reads numbers and string only??
How can I read =Hoja3!A6 on matlab and play like a number.?
Thanks.
0 Kommentare
Antworten (1)
Walter Roberson
am 3 Dez. 2015
Bearbeitet: Walter Roberson
am 3 Dez. 2015
https://www.mathworks.com/matlabcentral/newsreader/view_thread/242897
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!