what does this mean?
1 view (last 30 days)
Show older comments
Monali
on 19 Jan 2015
Edited: Alessandro Masullo
on 20 Jan 2015
hblms.WeightsOutputPort = false
0 Comments
Accepted Answer
Alessandro Masullo
on 19 Jan 2015
hblms is a struct array ( http://uk.mathworks.com/help/matlab/ref/struct.html ) Set its variable WeightsOutputPort to false
2 Comments
Alessandro Masullo
on 20 Jan 2015
Edited: Alessandro Masullo
on 20 Jan 2015
Matlab has boolean variables:
a = false
whos a
Name Size Bytes Class Attributes
a 1x1 1 logical
More Answers (0)
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!