To extract data from file
Mostra commenti meno recenti
I have written code to extract data from txt file.The extracted data values are not same. Attached is code as well as file. I shall be thankful if someone would help me out. Thanks
Risposte (1)
Azzi Abdelmalek
il 1 Mag 2016
a=importdata('Run5.txt',' ',2)
out=a.data
2 Commenti
E R SH RAJ Male
il 1 Mag 2016
Azzi Abdelmalek
il 1 Mag 2016
Your text file shows multiple columns, if you want one column, use reshape function, or
out=out(:)
Categorie
Scopri di più su Large Files and Big Data in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!