Matlab grader problem error

3 vues (au cours des 30 derniers jours)
Cristian Segura Bidermann
Cristian Segura Bidermann le 19 Juil 2021
Commenté : Cris LaPierre le 19 Juil 2021
Could someone tell me the mistake I'm making?
  2 commentaires
Torsten
Torsten le 19 Juil 2021
What error message do you get ?
Cristian Segura Bidermann
Cristian Segura Bidermann le 19 Juil 2021

Connectez-vous pour commenter.

Réponses (2)

Sameer Pujari
Sameer Pujari le 19 Juil 2021
try this
fileID = fopen('AwesomeFile.txt','w');
fprintf(fileID,'Matlab is awesome!');
fclose(fileID);
  1 commentaire
Cristian Segura Bidermann
Cristian Segura Bidermann le 19 Juil 2021
Thank you very much !!, there it worked for me.

Connectez-vous pour commenter.


Cris LaPierre
Cris LaPierre le 19 Juil 2021
Follow the advice in the problem description - review the documentation page for fprintf. Your code is not writing anything into the file.
  2 commentaires
Cristian Segura Bidermann
Cristian Segura Bidermann le 19 Juil 2021
Yes, if the code writes what is required
Cris LaPierre
Cris LaPierre le 19 Juil 2021
It's printing it to the screen. It is not, however, writing it to the file 'AwesomeFile.txt'.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Debugging and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by