フィルターのクリア

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