How to find the index of the first non-zero element in a 2-D array in simulink?

1 次查看(过去 30 天)
I want to find the index of the first non-zero element in a 2-D array in simulink, just like the way that 'find' command in matlab did.
For example:
u1 = [46.15 61.21; 22.5 45.3; -1 -1; -1 -1; -1 -1];
idx= find(u<0, 1)-1 The answer would be: idx= 2

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by