How to read text file and plot scatter plot in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
i have a dataset in text file i want to read and plot scatter plot in matlab
How can i do that
i have attached my text file
댓글 수: 4
채택된 답변
KSSV
2022년 1월 6일
To load the data into MATLAB workspace read about load, readmatrix, importdata. You can use any of these function.
Your text file has a matrix, you cannot plot it as a scatter plot. You can use pcolor, read about it.
댓글 수: 2
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!