read from the text file

2 visualizaciones (últimos 30 días)
uzmeed
uzmeed el 6 de Abr. de 2015
Respondida: Image Analyst el 6 de Abr. de 2015
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

Respuestas (1)

Image Analyst
Image Analyst el 6 de Abr. de 2015
data = csvread(fullFileName);

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by