How to give input values for this flag representation?

2 visualizaciones (últimos 30 días)
Pearleesh B
Pearleesh B el 18 de Ag. de 2014
Comentada: Pearleesh B el 19 de Ag. de 2014
Hi Users, DisplayFlag = flag indicating whether to display and plot results. What value should give as input?

Respuestas (1)

Image Analyst
Image Analyst el 18 de Ag. de 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);

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by