- Simulink Function: Simulinkブロックで作成した関数を、Function Caller ブロック、MATLAB Function ブロックまたは Stateflow チャートで再利用できるようにするためのブロックです。Constantブロックなどのパラメータにワークスペース変数を設定して利用することができます。
- MATLAB Function: MATLABの関数でSimulinkブロックを記述するためのブロックです。関数の引数はデフォルトで入力ポートして扱われますが、Property InspectorでParameter Dataを選択すると、ワークスペース変数の値を使用することができます。詳細は、MATLAB Function ブロック パラメーター変数の設定に情報があります。
simulink functionの入力因数への入力方法が分からないです(I don't know how to enter input factors in simulink function!)
1 view (last 30 days)
Show older comments
見ていただき、ありがとうございます。
simulink function ブロックの入力因数へ0.8を入力したいため、ワークスペースから行っているのですが、出力が0や負となってしまいます。
入力因数への入力の方法や原則などありましたら教えていただきたいです。
ワークスペースへの保存コードとしては以下で行っております。
I want to input 0.8 into the input factor of a simulink function block, and I am doing this from the workspace, but the output is 0 or negative.
I would like to know if there is a method or principle for inputting the input factor.
I am using the following as the code to save to the workspace.
x = 0.8 ;
0 Comments
Answers (1)
covao
on 6 Jul 2024
Simulink Functionのような SimulinkのUser-Defined Functionsには、複数の種類があります。
0 Comments
See Also
Categories
Find more on ビッグ データの処理 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!