필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Somebody help me. thanks

조회 수: 1 (최근 30일)
Gemalyn Apostol
Gemalyn Apostol 2016년 10월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
how to read file consisting of unknown number of lines and a variable number of data on each line. each line starts with an identifier like A3, the identifier always is composed of one letter and one integer.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 10월 26일
We need a small sample.

답변 (1개)

John D'Errico
John D'Errico 2016년 10월 26일
Learn to use the tools in MATLAB. Some that might be useful MIGHT be:
help fopen
help fgets
help fgetl
help fclose
help textread
read the help for those tools, and TRY IT.
Yes, I know that you want specific code. But you have given very little information. So it is time for you to learn about how to read a data file into MATLAb.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by