フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

New to simulink

1 回表示 (過去 30 日間)
Nagini
Nagini 2012 年 1 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
What does (u[2]==0)*1+(u[4]==0)*2+(u[1]==0)*4+(u[3]==0)*8 written in a function block with four inputs and one output in simulink environment mean? Similarly, could you also tell me how , | are used (in fcn)? I was under the impression that function blocks are for writing formulae alone.

回答 (1 件)

Ambika
Ambika 2012 年 1 月 27 日
hi, here u(1),u(2),u(3) and u(4) are each inputs. here though the inputs are zero , the o/p will be 0 . generally the Fcn block applies the specified mathematical expression to its input.also, in Fcn block we can use ll

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by