필터 지우기
필터 지우기

what does this mean?

조회 수: 2 (최근 30일)
Monali
Monali 2015년 1월 19일
편집: Alessandro Masullo 2015년 1월 20일
hblms.WeightsOutputPort = false

채택된 답변

Alessandro Masullo
Alessandro Masullo 2015년 1월 19일
hblms is a struct array ( http://uk.mathworks.com/help/matlab/ref/struct.html ) Set its variable WeightsOutputPort to false
  댓글 수: 2
Monali
Monali 2015년 1월 19일
why we use 'false'?
Alessandro Masullo
Alessandro Masullo 2015년 1월 20일
편집: Alessandro Masullo 2015년 1월 20일
Matlab has boolean variables:
a = false
whos a
Name Size Bytes Class Attributes
a 1x1 1 logical

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by