Coding a simple model with torsion spring
조회 수: 6 (최근 30일)
이전 댓글 표시
I am trying to code a very simplistic box on the torsion spring with Matlab so that I can apply a force and see the reaction of the simple box on the torsion spring.
I tried using ODE 45 to code a torsion spring, putting theta as x(1), and dx(1) as x(2).
Also, I know that I have to put
sigma M = I * delta sigma M = Moment on spring + Moment of the force + Moment of mass*gravity
Is there a way to code this?
댓글 수: 0
답변 (1개)
Steve Miller
2023년 1월 9일
I think this example model will help you see a way to model this system: Mechanical Rotational System with Stick-Slip Motion
--Steve
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Mechanical Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!