![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24307457_1634048343745_DEF.jpg)
Gokulraj Nattamangalathar Raju
Followers: 0 Following: 0
Feeds
질문
How to use this code in simulink without using For loop?
v0 = 89 / 60; % [m/s] velocity of preheating roller 4 v1 = 89.2 / 60; ...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
How to connect the plot point using a line in Matlab using For loop for the below mentioned code??
v=89.2/60; l=0.313; t=0.05; strain=0.0003537; step = 0.001; for i = 0.001 : step : t i_t=i; Q_out = (v*i_t)/abs((...
대략 1년 전 | 답변 수: 1 | 0