what does this mean?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Monali
le 19 Jan 2015
Modifié(e) : Alessandro Masullo
le 20 Jan 2015
hblms.WeightsOutputPort = false
0 commentaires
Réponse acceptée
Alessandro Masullo
le 19 Jan 2015
hblms is a struct array ( http://uk.mathworks.com/help/matlab/ref/struct.html ) Set its variable WeightsOutputPort to false
2 commentaires
Alessandro Masullo
le 20 Jan 2015
Modifié(e) : Alessandro Masullo
le 20 Jan 2015
Matlab has boolean variables:
a = false
whos a
Name Size Bytes Class Attributes
a 1x1 1 logical
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!