MATLAB import tool (Import as a string array)

조회 수: 36 (최근 30일)
Bjorn Sauren
Bjorn Sauren 2017년 10월 5일
답변: jean claude 2017년 10월 5일
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

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by