How to define a I section,T section and square sections in MATLAB and calculate their centroid and moment of Inertia??
Show older comments
The user should input how to give the section and for that calculate we must write a code to calculate the Centroid and Moment of Inertia.
2 Comments
Walter Roberson
on 15 Sep 2015
What information is the user to be asked to provide?
Narendra Pyla
on 15 Sep 2015
Answers (1)
Luc Rébillout
on 15 Sep 2015
Edited: Luc Rébillout
on 15 Sep 2015
0 votes
I guess you'd have to provide the [x,y] array of vertices of your shape and then create a matrix out of it which is 1 inside and 0 outside (you can use inpolygon)
Then you can use the regionprops function which can provide a lot information such as the Centroid.
By moment of inertia I guess you mean the second moment of area. Here's the formula for a given polygon.
1 Comment
Narendra Pyla
on 16 Sep 2015
Categories
Find more on Inertias and Loads 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!