what does this mean?

3 Ansichten (letzte 30 Tage)
Monali
Monali am 19 Jan. 2015
hblms.WeightsOutputPort = false

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Types 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