Tangent Circle Centres
Versión 1.0.0 (2,32 KB) por
Brunno Machado de Campos
Giving two points and a ratio, the function will output the two possible centres of the tangent circles.
Giving two points and a ratio, the function will output the two possible centres of the tangent circles. So far it's working for all tested combination os points, with a good resolution (small values).
Example:
P1 = [11,10];
P1 = [13,17];
Ratio = 30
plotB = 1
[C1,C2] = TanCircCenters(P1,P2,Ratio,plotB)
Output:
C1 = 9.6559 46.8130
C2 = 21.3371 -11.8183
Citar como
Brunno Machado de Campos (2024). Tangent Circle Centres (https://www.mathworks.com/matlabcentral/fileexchange/68725-tangent-circle-centres), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Particle & Nuclear Physics en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0 |