How to allow a user to open the Import Tool in App Designer?

8 Ansichten (letzte 30 Tage)
Brink
Brink am 23 Jan. 2023
Kommentiert: Brink am 23 Jan. 2023
I'm trying to make an app that accepts the user's data tables for cross-referencing between the tables which requires a bit of user input for it to work correctly. In order to streamline this process, I want it to open the import tool available in MATLAB so the user can make the appropriate edits to the table without changing their original table. Is there any code that can be followed up with uigetfile that opens the Import Tool window? Many thanks.

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 23 Jan. 2023
Use the MATLAB Command Prompt syntax to open the import tool
  • MATLAB command prompt: Enter uiimport(filename), where filename is a character vector specifying the name of a text or spreadsheet file.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by