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?

Answers (1)

Jan
Jan on 26 Jul 2017
Edited: Jan on 26 Jul 2017
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

Categories

Asked:

on 26 Jul 2017

Edited:

Jan
on 26 Jul 2017

Community Treasure Hunt

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

Start Hunting!