An error occurred while trying to determine whether "readData" is a function name.

9 次查看(过去 30 天)
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', ''

回答(3 个)

Greg Heath
Greg Heath 2019-1-31
>> help readData
readData not found
>> doc readData
SUCCESS !!!
Hope this helps
THANK YOU FOR FORMALLY ACCEPTING MY ANSWER
Greg
  3 个评论
Greg Heath
Greg Heath 2019-1-31
>> doc readData
It is giving you all of the available documentation
Please don't forget to formally accept my answer
(;>)

请先登录,再进行评论。


Helder Oliveira
Helder Oliveira 2019-2-3

zmi zmi
zmi zmi 2019-2-18
I had similar issue
renaming /usr/local/MATLAB/R2018a/examples/dsp/readData.slx to something else and restarting matlab helped me.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by