How to give input values for this flag representation?

2 Ansichten (letzte 30 Tage)
Pearleesh B
Pearleesh B am 18 Aug. 2014
Kommentiert: Pearleesh B am 19 Aug. 2014
Hi Users, DisplayFlag = flag indicating whether to display and plot results. What value should give as input?

Antworten (1)

Image Analyst
Image Analyst am 18 Aug. 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);

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by