just a command about fprint
이전 댓글 표시
how can I use fprint?
댓글 수: 6
Steven Lord
2017년 4월 18일
If you post what you've done to try to solve this problem and ask a specific question you may receive some suggestions about how to move forward.
James Tursa
2017년 4월 18일
What have you done so far? What specific problems are you having with your code? Do you know how to get input from the keyboard? (doc input) Do you know how to generate random angles? (doc rand)
Lion Sullivan
2017년 4월 19일
Walter Roberson
2017년 4월 19일
The quickest way to get an answer is to show what you have accomplished so far, and ask a specific question about the step you do not understand after that.
"I have to solve this problem with fprintf,sprintf"
That's great! Go for it! If you have any specific questions, please ask us. You already listed some functions that you need to use, so you will have no problems locating their documentation using your favorite internet search engine, trying their examples, and attempting to solve this yourself. Good luck and have fun!
채택된 답변
추가 답변 (1개)
jJnte
2017년 4월 19일
You know, you shouldn't edit your whole thread for a new question...
My advice to you is to use the help command. Example:
>> help fprintf
And with this I bid you farewell
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!