How can I store scores in txt file by fprintf?

1 Ansicht (letzte 30 Tage)
Ali
Ali am 16 Dez. 2014
I am eager to know that how can I store my scores in txt file by fprintf and can I access that file by a variable? Scores should be added as they are entered in a vector? Thanks
  1 Kommentar
Thorsten
Thorsten am 16 Dez. 2014
help fprintf
It's fairly straigthforward. What have you tried and were did you got stuck?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sudharsana Iyengar
Sudharsana Iyengar am 18 Dez. 2014
since you want it in text format why dont you use dlm write.
If suppose you want to save a particular variable say S use following command
dlmwrite('name of the file.txt',S)

Kategorien

Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by