Coding the objects for the center of gravity?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (2)
Image Analyst
el 14 de Mayo de 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 comentarios
Image Analyst
el 14 de Mayo de 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.
Yao Li
el 14 de Mayo de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!