Open up import tool through GUI

I am creating a GUI which allows the user to import their excel, csv or txt data using the MATLAB integrated import tool. Using the import tool is important as this will allow the user to change the data types and select a specific amount of rows/columns. However, I dont seems to see how should i call out the import tool through GUI. Any suggestions?

Antworten (1)

Jan
Jan am 26 Jul. 2017
Bearbeitet: Jan am 26 Jul. 2017

0 Stimmen

Do you mean the uiimport(filename) function? Then you can insert this command in the callback of the wanted GUI element. See https://www.mathworks.com/help/matlab/ref/importtool-app.html

Kategorien

Gefragt:

am 26 Jul. 2017

Bearbeitet:

Jan
am 26 Jul. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by