Effacer les filtres
Effacer les filtres

how can we supress ans?

2 vues (au cours des 30 derniers jours)
hanish h
hanish h le 30 Mai 2015
while_example(2)
numdigit2
ans =
„numdigit“ 2
how can we stop repeating ans huh while my answer is already showed

Réponses (1)

Star Strider
Star Strider le 30 Mai 2015
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.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by