is it possible to make a dialog box from excel file?
Mostrar comentarios más antiguos
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 ?
Respuestas (1)
Chandrasekhar
el 3 de Abr. de 2014
Editada: Chandrasekhar
el 3 de Abr. de 2014
yes...
[~,str1] = xlsread('xlsname.xls','SheetNam','A1:B1');
msgbox(char(str1)))
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!