Problem 58354. Find the circle inscribed in a triangle
Write a function that takes the x- and y-coordinates of three points describing the vertices of a triangle and returns the center and radius of a circle inscribed in the triangle (i.e., tangent to each of the three sides).
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
2007 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1972 Solvers
-
Create a cell array out of a struct
2378 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
675 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
395 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!