importing data from a text file to matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I want to import data from a text file folder(which has several files within it) to matlab workspace. Suppose my one file consist of 3-4 columns and i want to label each column into a separate array. Any suggestions?
0 Commenti
Risposta accettata
Sean de Wolski
il 8 Dic 2014
Right click on the file and select "Import Data". Then select the data you want and import it. If you want to automate this, click the down arrow under the import check box and generate a script or a function.
3 Commenti
Sean de Wolski
il 9 Dic 2014
This is exactly what the Import Tool will let you do if you select column vectors.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Export in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!