Matlab grader problem error

5 visualizzazioni (ultimi 30 giorni)
Cristian Segura Bidermann
Cristian Segura Bidermann il 19 Lug 2021
Commentato: Cris LaPierre il 19 Lug 2021
Could someone tell me the mistake I'm making?
  2 Commenti
Torsten
Torsten il 19 Lug 2021
What error message do you get ?

Accedi per commentare.

Risposte (2)

Sameer Pujari
Sameer Pujari il 19 Lug 2021
try this
fileID = fopen('AwesomeFile.txt','w');
fprintf(fileID,'Matlab is awesome!');
fclose(fileID);

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

Accedi per commentare.

Categorie

Scopri di più su Debugging and Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by