Effacer les filtres
Effacer les filtres

How to give input values for this flag representation?

2 vues (au cours des 30 derniers jours)
Pearleesh B
Pearleesh B le 18 Août 2014
Commenté : Pearleesh B le 19 Août 2014
Hi Users, DisplayFlag = flag indicating whether to display and plot results. What value should give as input?

Réponses (1)

Image Analyst
Image Analyst le 18 Août 2014
I would pass in true if you want the results plotted/displayed and pass in false if you don't want them plotted/displayed.
% Plot results
myFunction(true);
% Do not plot results
myFunction(false);

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by