Undefined function 'train' for input arguments of type 'struct'

조회 수: 2 (최근 30일)
ANDRES CONSIGLIO
ANDRES CONSIGLIO 2015년 12월 3일
편집: Walter Roberson 2015년 12월 3일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 12월 3일
편집: Walter Roberson 2015년 12월 3일
https://www.mathworks.com/matlabcentral/newsreader/view_thread/242897

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by