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

조회 수: 1(최근 30일)
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.

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 1월 23일
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.
  댓글 수: 1
Brink
Brink 2023년 1월 23일
I feel silly for not finding this sooner. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변(0개)

범주

Find more on Environment and Settings in Help Center and File Exchange

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by