is it possible to make a dialog box from excel file?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Chandrasekhar
2014-4-3
编辑:Chandrasekhar
2014-4-3
yes...
[~,str1] = xlsread('xlsname.xls','SheetNam','A1:B1');
msgbox(char(str1)))
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!