what does this mean?
1 次查看(过去 30 天)
显示 更早的评论
hblms.WeightsOutputPort = false
0 个评论
采纳的回答
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 个评论
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 Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!