Need help with understanding this

2 visualizaciones (últimos 30 días)
Matthew Covington
Matthew Covington el 3 de Mzo. de 2019
Respondida: Image Analyst el 3 de Mzo. de 2019
Revise your assign05.m by adding the exist() function to print a message only if the data file is not available. The output should be the same as with assign05.m.
This is a question for an assignment I have, how would I do this? I don't really understand what she wants us to do
  1 comentario
Star Strider
Star Strider el 3 de Mzo. de 2019
Reading the documentation on the exist() function should help you understand.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 3 de Mzo. de 2019
Hint:
if ~exist(filename............ % Use the 'file' option
% Alert user that the file is not found.
message = sprintf(............
uiwait(errordlg(...............
return;
end
That should be plenty for you to complete the assignment.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by