Azzera filtri
Azzera filtri

MATLAB import tool (Import as a string array)

23 visualizzazioni (ultimi 30 giorni)
Bjorn Sauren
Bjorn Sauren il 5 Ott 2017
Risposto: jean claude il 5 Ott 2017
Using the MATLAB import tool, it is possible to import a .txt file as a string array in MATLAB. How is it possible to achieve this using commands only? I would like to build an import tool using a GUI, with a button callback to import data as a string.
Thanks in advance!
Bjorn

Risposte (1)

jean claude
jean claude il 5 Ott 2017
hello this is simple you have to use importdata function change fichier by your fichier-title
mydata = importdata('fichier.txt') ;

Categorie

Scopri di più su Workspace Variables and MAT-Files 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!

Translated by