what does this mean?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Monali
am 19 Jan. 2015
Bearbeitet: Alessandro Masullo
am 20 Jan. 2015
hblms.WeightsOutputPort = false
0 Kommentare
Akzeptierte Antwort
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
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!