필터 지우기
필터 지우기

how to read a file containg only one column?

조회 수: 1 (최근 30일)
Saba Yousaf
Saba Yousaf 2018년 8월 16일
댓글: Saba Yousaf 2018년 8월 16일
Hi There. how to "target1.txt"file having only one column?

채택된 답변

KSSV
KSSV 2018년 8월 16일
편집: KSSV 2018년 8월 16일
Read about importdata
data = importdata('target1.txt') ;
iwant = data.data ;
Also have a look on load, textscan, readtable.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by