i want to create a error msage.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to run a program where a excel file will be taken as input and i want that if the excel file is not find there should be an error msg. how can i create that type of error msg box. please help me. thank you in advance..
0 comentarios
Respuesta aceptada
Chirag Gupta
el 13 de Jul. de 2011
if (~exist(filename,'file'))
msgbox('File Not found','Error','Error');
end
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!