Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Array from text file

3 visualizzazioni (ultimi 30 giorni)
Ines Domingos
Ines Domingos il 19 Gen 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi! I have a text file that look like the image attached. I need to do an array with all the values between the [ ]. How can I do that?
Many thanks!
  1 Commento
Akira Agata
Akira Agata il 20 Gen 2018
Could you upload (or copy&paste) this first 3 lines of your data as a text? That would be helpful for everyone here to find better solution.

Risposte (1)

Pawel Jastrzebski
Pawel Jastrzebski il 19 Gen 2018
You can use Matlab import function and then change the import setting to what you need:
  1. Select output format
  2. Add Data to your workspace
Or import data using commands, i.e.:
From what I see your data is all numeric so most likely you're going to import is as matrix. To convert matrix to the cell array use:
  1 Commento
Ines Domingos
Ines Domingos il 19 Gen 2018
Hi! the problem is that I have more than 16000 lines with data.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by