An error occurred while trying to determine whether "readData" is a function name.
Mostrar comentarios más antiguos
I've recently downloaded matlab2018 and I'm expriencing a reoccuring problem:
I tried to run the matlab example:
openExample('nnet/TrainABasicConvolutionalNeuralNetworkForClassificationExample')
I got an errror:
Error using trainNetwork (line 150)
An error occurred while trying to determine whether "readData" is a function name.
the same happened when I tried to execute:
openExample('deeplearning_shared/ClassifyTextDataUsingDeepLearningExample')
I got an error:
Error using readtable (line 216)
An error occurred while trying to determine whether "readData" is a function name.
Note: readtable detected the following parameters:
'Delimiter', ',', 'HeaderLines', , 'ReadVariableNames', true, 'Format', ''
Respuestas (3)
Greg Heath
el 31 de En. de 2019
0 votos
>> help readData
readData not found
>> doc readData
SUCCESS !!!
Hope this helps
THANK YOU FOR FORMALLY ACCEPTING MY ANSWER
Greg
3 comentarios
yonatan s
el 31 de En. de 2019
Greg Heath
el 31 de En. de 2019
>> doc readData
It is giving you all of the available documentation
Please don't forget to formally accept my answer
(;>)
yonatan s
el 3 de Feb. de 2019
Helder Oliveira
el 3 de Feb. de 2019
0 votos
Check this answer... it may help:
Categorías
Más información sobre Language Support en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!