how to convert non-scalars to scalars in simulink?
5 次查看(过去 30 天)
显示 更早的评论
if ((2*(2*x)-1) < size(m) & (2*(2*y)-1) < size(m))
Expected a scalar. Non-scalars are not supported in IF or WHILE statements, or with logical operators. Instead, use ALL to convert matrix logicals to their scalar equivalents.
how can i do it?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!