필터 지우기
필터 지우기

how to write notes of results in matlab?

조회 수: 13 (최근 30일)
Suma
Suma 2014년 10월 19일
댓글: Abdelrahm Mohamed 2022년 5월 5일
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

채택된 답변

Star Strider
Star Strider 2014년 10월 19일
See if the notebook function will do what you want.
  댓글 수: 1
Abdelrahm  Mohamed
Abdelrahm Mohamed 2022년 5월 5일
I want to write result some students for some subjects

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Image Analyst
Image Analyst 2014년 10월 19일
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.

Suma
Suma 2014년 10월 21일
Perhaps notebook is the closest,
i guess i would be looking somthing like taking a screenshot of the place where i need to remember, then write something on the screenshot but using other screenshot software
that would help a lot for taking notes

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by