plot_ellipse

版本 1.0.0.0 (2.2 KB) 作者: M MA
Draw ellipse using major, minor, inc and phase.
5.1K 次下载
更新时间 2005/10/4

查看许可证

It is common to find routines to plot ellipses without the ellipse phase angle parameter.
Phase angle provides important information in many applications...

This function also allows ellipse to be drawn at different z levels.

Three ways to show ellipse phase is shown in the screenshot:

plot_ellipse(2,1,45,20);
axis equal
hold on
plot_ellipse(2,1,45,20,[0 -2],'r',2);
plot_ellipse(2,1,45,20,[0 -4],'k',3);

引用格式

M MA (2024). plot_ellipse (https://www.mathworks.com/matlabcentral/fileexchange/8604-plot_ellipse), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

update screenshot