hi
I want o read from a file that holds dat like
1 ,2 ,14 2 ,3 ,34 3 ,4 ,81
and so on saved as .txt file
i want to take the column as the input data so how can i read any specific column
regards

답변 (1개)

Image Analyst
Image Analyst 2015년 4월 6일

0 개 추천

data = csvread(fullFileName);

카테고리

도움말 센터File Exchange에서 Standard File Formats에 대해 자세히 알아보기

태그

질문:

2015년 4월 6일

답변:

2015년 4월 6일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by