필터 지우기
필터 지우기

loading text file in vector columns

조회 수: 2 (최근 30일)
ali hassan
ali hassan 2022년 1월 24일
댓글: ali hassan 2022년 1월 25일
i have a text file which is having 8 different colums. i want to load this text file and save the colums as vectors.
filename='111.txt';
a=importdata(filename)
it is giving error.
Error using importdata
Unable to open file.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2022년 1월 24일
May be no file "111.txt" exist in the current working directory.
Please check again & confirm?
exist('111.txt','file')

카테고리

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