is it possible to make a dialog box from excel file?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 ?
0 Kommentare
Antworten (1)
Chandrasekhar
am 3 Apr. 2014
Bearbeitet: Chandrasekhar
am 3 Apr. 2014
yes...
[~,str1] = xlsread('xlsname.xls','SheetNam','A1:B1');
msgbox(char(str1)))
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!