Undefined function 'train' for input arguments of type 'struct'
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2015 年 12 月 3 日
編集済み: Walter Roberson
2015 年 12 月 3 日
https://www.mathworks.com/matlabcentral/newsreader/view_thread/242897
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!