How do you know if a call to "writetable" is successful?

4 visualizaciones (últimos 30 días)
Hello,
I'm sure that this is elementary, but what indicates that a function call that doesn't have an output proceeded properly? Like that "writetable()" actually did write as designed? The old "xlswrite" had a status output. Why doesn't writetable have that?
I guess the same question would be valid for "print".
Thanks!
Doug Anderson

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Sept. de 2022
An error condition would be generated if writetable() or save() fail.
Exceptions:
  • if the operating system or file system messes up and accidentally writes incorrectly data then you might not get an error message: they might believe that it worked when instead it created a mess
  • if the file is being written to a network file system then it is not completely certain that an error will always be reported.
  3 comentarios
Douglas Anderson
Douglas Anderson el 10 de Sept. de 2022
Once again, Walter, thank you!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by