Extracting a signal from a model in Simulink/ SimMechanics
Ältere Kommentare anzeigen
Edited
I am new to Simulink/ MATLAB and trying to learn my way through it while doing this project. I have a pendulum that oscillates according to a supplied equation. What I want to know now is the velocity of a point on top of the pendulum (it is a solid connected to a rigid transform at connection 1 below in the pendulum block). I am trying to model a system in which this point (a magnet) would be moving over a system of coils and the length of each coil is 5 mm. I need to know the time it takes this magnet (at length L from the revolute joint) to pass over this distance at any point in its motion.
My thought was to extract the position signal from the revolute joint and use a gain and sin block to find the position of the magnet (Lsin(theta)). Then I could also take the derivative and find velocity. In order to find the time dt I tried to have the values of the position and velocity as inputs to a function block that just does diff(position) and diff(velocity) so that I can use the fact that dt = dx/dv but it didn't like the diff command. I would like to find these two differences and use them as inputs to another block that will find dx/dv. Can anyone help me with this? I am sure I explained this in a confusing way but thank you for any advice! If you have a better way to do so please advise! Thank you!

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Assembly finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!