what does this mean?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Monali
el 19 de En. de 2015
Editada: Alessandro Masullo
el 20 de En. de 2015
hblms.WeightsOutputPort = false
0 comentarios
Respuesta aceptada
Alessandro Masullo
el 19 de En. de 2015
hblms is a struct array ( http://uk.mathworks.com/help/matlab/ref/struct.html ) Set its variable WeightsOutputPort to false
2 comentarios
Alessandro Masullo
el 20 de En. de 2015
Editada: Alessandro Masullo
el 20 de En. de 2015
Matlab has boolean variables:
a = false
whos a
Name Size Bytes Class Attributes
a 1x1 1 logical
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!