Gettting data from textfile
Afficher commentaires plus anciens
Hi,
I have this data:
seq1 = [1,3,2,3,2,3,1,3];
seq2 = [3,3];
seq3 = [1,2,2,2,2,2,2,2];
seq4 = [1,2,1,1,2,2,1,2,2,1,2];
seqs = {seq1, seq2, seq3, seq4};
How can I get the same data (seq1, seq2, seq3, seq4) from a text file and put them in seqs please?
4 commentaires
Azzi Abdelmalek
le 8 Fév 2013
post a sample of your text file
Emmanuel
le 8 Fév 2013
Azzi Abdelmalek
le 8 Fév 2013
Have you many lines like this?
Emmanuel
le 8 Fév 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Text Data Preparation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!