MATLAB expression 'slip_i' is not numeric. Block kinemat (#55) While executing: State During Action
1 次查看(过去 30 天)
显示 更早的评论
hi, in the expression which i showed here is giving me the error which i mentioned in the question. values other than slip_o1 are simple constants. when i run this a single script file alone its working. but if i call it from the simulink block it is showing the error.
syms slip_i1 real slip_i = -(vpa(solve(T_i-(sigma*(1-(K/(slip_i1*l)*(1-exp(-slip_i1*l/K))))))));
syms slip_o1 real slip_o = -(vpa(solve(T_o-(sigma*(1-(K/(slip_o1*l)*(1-exp(-slip_o1*l/K))))))));
please help me with it.
Advance Thank you
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!