필터 지우기
필터 지우기

exporting excel in windows standalone app in matlab

조회 수: 1 (최근 30일)
Matija Kosak
Matija Kosak 2018년 7월 4일
답변: Walter Roberson 2018년 7월 4일
Can I have function xlsread('myfile.xlsx') in windows standalone function but I wish to select file i want matlab to read. For example I make app to find biggest number in matrix, and I want to import that matrix from xlsx file I want to choose.

채택된 답변

Walter Roberson
Walter Roberson 2018년 7월 4일
You can use uigetfile to get a file name and directory from the user. Use fullfile() to create a complete file name from those two pieces of information.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by