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!