How to get sample datasets locally? [Documentation error?]
이전 댓글 표시
Now that documentation is offline by default, it seems that the sample datasets mentioned on this documentation page are no longer available locally, either. As a result, those files can no longer be accessed by the method specified on that page. For example,
load fisheriris.mat
will not find that file.
Is there a way to access those sample datasets without downloading the entire documentation? I hope so!
(At the very least, that documentation page should be updated.)
댓글 수: 2
it still works on my R2023a [academic licence] 🤔
data = load("fisheriris.mat")
the cyclist
2023년 7월 8일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

