i cant load or read datasets
조회 수: 24 (최근 30일)
이전 댓글 표시
i cant load 'factoryReports.csv' dataset
댓글 수: 4
답변 (1개)
Nikhil
2023년 6월 6일
편집: Nikhil
2023년 6월 6일
Hi Amir,
There are a few potential reasons and troubleshooting steps you can try:
- Verify the file path: Double-check that you have provided the correct file path to the 'factoryReports.csv' dataset. Ensure that the file is located in the specified location and that the file name and extension are accurate.
- Check the current working directory: MATLAB looks for files in the current working directory by default. Make sure that the 'factoryReports.csv' file is either located in the current working directory or provide the full file path when loading the dataset.
- Check file permissions: Ensure that you have the necessary permissions to access and read the 'factoryReports.csv' file. If the file is read-only or restricted, you may encounter errors when attempting to load it.
- Check file name: Ensure that file name is correct and if still error persists then write whole address of the dataset.
I hope these steps will help you with your problem.
Thank you.
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!