필터 지우기
필터 지우기

how to read float numbers from a text file and store them with the current format in to an array?

조회 수: 19 (최근 30일)
hello evaryone ,
I have a text file and want to read the data from it line by line
the data are float numbers , instead of the first column which is int.
I want to read all these float numbers and store them in to an array and next use them in a formula ,
i do appreciate if you help me

채택된 답변

Stephen23
Stephen23 2019년 2월 22일
M = dlmread('GAZE1.txt')
  댓글 수: 4

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by