필터 지우기
필터 지우기

missing value in TEXT file in matlab

조회 수: 2 (최근 30일)
azar mzory
azar mzory 2013년 12월 4일
편집: azar mzory 2014년 1월 9일
how to import data and load (text file ) into matlab any info and matlab codes and function about text file in matlab ( string in matlab
  댓글 수: 1
sixwwwwww
sixwwwwww 2013년 12월 5일
can you provide sample of your data?

댓글을 달려면 로그인하십시오.

채택된 답변

sixwwwwww
sixwwwwww 2013년 12월 5일
For importing text type data you can use different functions like:
textscan
dlmread
importdata
fscanf
fread
etc etc...
For comparing two columns you can use
: operator in combination with if-else statement and logical operators etc etc...
What to use where depends upon your data. So may be some sample data will be nice to give specific answer

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by