![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12983145_1528381555068_DEF.jpg)
Dirar Aletan
自 2018 起处于活动状态
Followers: 0 Following: 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 years 前 | 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 years 前 | 1 个回答 | 0