필터 지우기
필터 지우기

matlab text file processing

조회 수: 4 (최근 30일)
XAXRXTX
XAXRXTX 2014년 2월 4일
댓글: XAXRXTX 2014년 2월 5일
Hi
how i can get only the numeric data from a text file ? is that there a predifined matlab function for that ????????????????
thanks in advance

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 2월 4일
d=importdata('file.txt')
num=d.data
  댓글 수: 1
XAXRXTX
XAXRXTX 2014년 2월 5일
ca marche, merci bien ould bladi

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by