read from the text file

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);

カテゴリ

タグ

質問済み:

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