Borrar filtros
Borrar filtros

how to read a file containg only one column?

1 visualización (últimos 30 días)
Saba Yousaf
Saba Yousaf el 16 de Ag. de 2018
Comentada: Saba Yousaf el 16 de Ag. de 2018
Hi There. how to "target1.txt"file having only one column?

Respuesta aceptada

KSSV
KSSV el 16 de Ag. de 2018
Editada: KSSV el 16 de Ag. de 2018
Read about importdata
data = importdata('target1.txt') ;
iwant = data.data ;
Also have a look on load, textscan, readtable.

Más respuestas (0)

Categorías

Más información sobre Standard File Formats en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by