フィルターのクリア

how can we supress ans?

2 ビュー (過去 30 日間)
hanish h
hanish h 2015 年 5 月 30 日
回答済み: Star Strider 2015 年 5 月 30 日
while_example(2)
numdigit2
ans =
„numdigit“ 2
how can we stop repeating ans huh while my answer is already showed

回答 (1 件)

Star Strider
Star Strider 2015 年 5 月 30 日
It is a default variable. I am not exactly sure what you are doing, but putting a semicolon at the end of a line will suppress the output:
2
3;
prints only:
ans =
2
to the Command Window.

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by