Coding the objects for the center of gravity?

1 view (last 30 days)
I am planning to code two boxes, one top of another, so that I can simulate the motions as the top box moves.
However, I have no idea how to incorporate the center of gravity, when I am trying to use first moment of mass through Matlab.
Does anyone know how this would be possible through addition of codes or change? thank you

Answers (2)

Image Analyst
Image Analyst on 14 May 2013
Isn't the center of gravity just the average of the x edges and y edges? Yes, it is. So then you just have to draw and move the boxes, which you can do in the overlay if you use rectangle(), or plot(), or even line(). I'm sure you know how to move the x1, x2, y1, and y2 coordinates, so just increment them (however you do that, e.g. via the user interacting with a GUI), erase the old boxes, and draw the new boxes.
  3 Comments
Image Analyst
Image Analyst on 14 May 2013
I can't do your project for you. For one, I don't know the math that your professor went over to describe any possible deformations of the boxes when hit by arbitrary forces at arbitrary angles and arbitrary locations on the perimeter. I don't know all of that - I hope you understand. I suggest you ask your professor to review the equations with you again.

Sign in to comment.


Yao Li
Yao Li on 14 May 2013
I think SimMechanics is the best choice for you to perform the dynamic anlysis. Also, if you have installed ADAMS or some other softwares (such as Maplesim, Dymola, etc.) which can provide dynamic anlysis, I think it takes only minutes to get what you want.
  2 Comments
Tae Yeong Kim
Tae Yeong Kim on 14 May 2013
The only program that I have is Matlab, and I guess I can't move on to another program. Thanks for the suggestion
Yao Li
Yao Li on 14 May 2013
Then, do you have SimMechanics toolbox in Simulink?

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!