Equivalent command in version R2017a for loading iris dataset
이전 댓글 표시
load iris.dat
is the command which was used for loading the iris dataset.
Using the same command in the recent version R2017A gives me the following error;
Error using load
Unable to read file 'iris.dat'. No such file or directory.
Error in example_SOM_Iris (line 7)
load iris.dat
Also,using ,
load fisheriris.mat
does not help. Any idea?
채택된 답변
추가 답변 (1개)
Walter Roberson
2017년 5월 12일
0 개 추천
iris.dat is part of the Fuzzy Logic Toolbox. You probably do not have that installed.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!