hello guys,
i made this function
.
a = menu ('Wanna plot....?','Yes','No') if a == 1
plot................. .
elseif a == 2
disp('Not plotting...');
end
.
but when the user click on the button it return the asnwer like:
a =
2
.
or
.
a =
1
.
how do i hide this ans??
thx :)

 Réponse acceptée

Honglei Chen
Honglei Chen le 1 Nov 2013
Modifié(e) : Honglei Chen le 1 Nov 2013

0 votes

Put a semi-colon behind menu line
a = menu ('Wanna plot....?','Yes','No');

Plus de réponses (1)

lucas
lucas le 1 Nov 2013

0 votes

awww. of course... ty

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by