如何用matlab画下面的几何图形。

如下图所示 已知A(648.95,135.21)、B(651.04,127.39)、C(652,127.65)D(649.88,135.5)、O1(649.5,135.24)、O2(651.52,127.52),两端的半圆半径为0.5,如何用matlab画出下面的几何图形?

 Accepted Answer

phwauka
phwauka on 25 May 2023

0 votes

先把各点坐标都算出来,这条中学水平就能做到
直线段用plot或者line绘制
半圆部分算一下O1A、O1D与横轴的夹角,然后按圆的参数方程平移至O1点给出半圆的参数方程,同样可以用plot绘制

More Answers (0)

Categories

Find more on 二维图和三维图 in Help Center and File Exchange

Asked:

on 25 May 2023

Answered:

on 25 May 2023

Community Treasure Hunt

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

Start Hunting!