Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Somebody help me. thanks

1 visualización (últimos 30 días)
Gemalyn Apostol
Gemalyn Apostol el 26 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentario
Walter Roberson
Walter Roberson el 26 de Oct. de 2016
We need a small sample.

Respuestas (1)

John D'Errico
John D'Errico el 26 de Oct. de 2016
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.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by