how to write notes of results in matlab?
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Suma
il 19 Ott 2014
Commentato: Abdelrahm Mohamed
il 5 Mag 2022
hi,
i wanted to know whether we could write and save notes of results in matlab in words and with output waveforms.
i mean instead of writing down the result and how i got it in a paper or on a notepad(with figures) i wanted to know how other are using matlab to write down notes of results because i forget and there are so many combination of result.
if there is any effective way in matlab that i am not aware of please tell me
thank you
0 Commenti
Risposta accettata
Più risposte (2)
Image Analyst
il 19 Ott 2014
You can use fprintf() to log any notes, words, comments, annotations or whatever to a text file. If you don't know what to print in advance , just open a new file in the editor and start typing away, whatever and whenever you want, then save it as a text file.
0 Commenti
Vedere anche
Categorie
Scopri di più su Environment and Settings 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!