How can the ans be surpressed so that only the fprintf will show?

2 次查看(过去 30 天)
I have recently typed out a few scripts in which I wanted the results to be displayed with the fprintf function. I end up with getting the fprintf output and the ans output from my script. Is there any way to make it so only the fprintf result is displayed?

回答(1 个)

Dr. Seis
Dr. Seis 2012-2-10
Not putting a semi-colon ( ; ) at the end of a line within your code or at the end of a function call from the command line is usually the culprit.
  1 个评论
Image Analyst
Image Analyst 2012-2-10
Also, just to be sure, make sure you have "echo off" - it probably already is off, but just in case you turned it on, turn it off anyway.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Scope Variables and Generate Names 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by