Linking two Models in Simulink

2 views (last 30 days)
Ndumiso Mdluli
Ndumiso Mdluli on 8 May 2021
Commented: Innocent Echeng on 7 Jun 2021
Hi guys. I have two models which are not mathematically connected. The model of the conveyor belt and that of a platform. Both models have different inputs and outputs. The platform uses a height sensor and the conveyor uses a sensor which measures the horizontal distance of the object. Assuming there is an object on the conveyor belt, the torque of the conveyor belt tends to some value to move the object. Once the horizontal desired distance of the object is reached (which mean the object is on the platform) the torque of the conveyor tends to zero (completely stops), then the torque of the platform tends to some value to move the object up to the desired height. Is there a way of modelling this on simulink?
  1 Comment
Innocent Echeng
Innocent Echeng on 7 Jun 2021
compute and graph the approxiamte solution of y=1+y

Sign in to comment.

Answers (2)

Innocent Echeng
Innocent Echeng on 7 Jun 2021
construction on engineering

Innocent Echeng
Innocent Echeng on 7 Jun 2021
euler mathod to yi+1=yi+hf(ti,yi)

Categories

Find more on Dependency Analysis in Help Center and File Exchange

Tags

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!