필터 지우기
필터 지우기

How to give input values for this flag representation?

조회 수: 2 (최근 30일)
Pearleesh B
Pearleesh B 2014년 8월 18일
댓글: Pearleesh B 2014년 8월 19일
Hi Users, DisplayFlag = flag indicating whether to display and plot results. What value should give as input?

답변 (1개)

Image Analyst
Image Analyst 2014년 8월 18일
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);

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by