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

조회 수: 9 (최근 30일)
yonatan s
yonatan s 2019년 1월 23일
댓글: yonatan s 2019년 2월 24일
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
(;>)
yonatan s
yonatan s 2019년 2월 3일
I know what the documentary is, what I'm saying is that it does not solves my problem.

댓글을 달려면 로그인하십시오.


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.
  댓글 수: 1
yonatan s
yonatan s 2019년 2월 24일
thank you for the answer, but this happens on other function as well, like 'which' for example

댓글을 달려면 로그인하십시오.

카테고리

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