is it possible to make a dialog box from excel file?

조회 수: 1 (최근 30일)
asaduzzaman nur
asaduzzaman nur 2014년 4월 3일
편집: Chandrasekhar 2014년 4월 3일
excel file contain string data.for example in excel file A1 contain aiub(A1=aiub) and B1 contain nsu(B1=nsu). is it possible can A1 and B1 shows by dialog box ?

답변 (1개)

Chandrasekhar
Chandrasekhar 2014년 4월 3일
편집: Chandrasekhar 2014년 4월 3일
yes...
[~,str1] = xlsread('xlsname.xls','SheetNam','A1:B1');
msgbox(char(str1)))

카테고리

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