drawBoundingBox3d(x​Bnd,yBnd,zBnd,lineW​idth,color)

版本 1.1.0.0 (1.1 KB) 作者: Matthew Kelly
Draws a wire-frame box on a 3d matlab plot
160.0 次下载
更新时间 2015/12/12

查看许可证

% drawBoundingBox3d(xBnd,yBnd,zBnd,lineWidth,color)
%
% This function draws the wireframe box that as described by the limits in
% xBnd, yBnd, and zBnd
%
% INPUTS:
% xBnd = [xLow, xUpp]
% yBnd = [yLow, yUpp]
% zBnd = [zLow, zUpp]
%

引用格式

Matthew Kelly (2024). drawBoundingBox3d(xBnd,yBnd,zBnd,lineWidth,color) (https://www.mathworks.com/matlabcentral/fileexchange/54463-drawboundingbox3d-xbnd-ybnd-zbnd-linewidth-color), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

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

Added photo.

1.0.0.0