photo

Gokulraj Nattamangalathar Raju


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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; ...

11 months ago | 1 answer | 0

1

answer

Question


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((...

12 months ago | 1 answer | 0

1

answer