Dirar Aletan
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I simulated the following function on matlab. now trying to simulate it on simulink. in the uploaded image the simulink block structure can be seen where i assumed a constant for (Tb),but i should implement it as a function shown in the matlab text.
function dudt = first_order2(u,kd,cd,ct,Tt,Jt,Jb,WOB,Ls,Lk,Ld,Lstr) % u(1) = ot; u(2) = wt; u(3) = ob; u(4) = wb ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
hello, i want to set the final values of the first function with variable "u" as an initial values for the second function with variable "uc", which can be shown below. my main problem is this term "uc0 = u[end end end end];" what is the correct way.
close all; clc kd = 10; cd = 0.0051; ct = 10.47; Tt = 39.5671; Jt = 13.92; Jb = 1.1378; WOB = 1760.97...
6年以上 前 | 1 件の回答 | 0