资源简介
针对高版本matlab加载BNT工具时出现的,无法绘制箭头的问题,更新..\FullBNT-1.0.4.zip\FullBNT-1.0.4\GraphViz 文件夹中的arrow.m,记得将文件重命名为arrow.m并替换。
代码片段和文件信息
function [hyyzz] = arrow(varargin)
% ARROW Draw a line with an arrowhead.
%
% ARROW(StartStop) draws a line with an arrow from Start to Stop (points
% should be vectors of length 2 or 3 or matrices with 2 or 3
% columns) and returns the graphics handle of the arrow(s).
%
% ARROW uses the mouse (click-drag) to create an arrow.
%
% ARROW DEMO & ARROW DEMO2 show 3-D & 2-D demos of the capabilities of ARROW.
%
% ARROW may be called with a normal argument list or a property-based list.
% ARROW(StartStopLengthbaseAngleTipAngleWidthPageCrossDir) is
% the full normal argument list where all but the Start and Stop
% points are optional. If you need to specify a later argument (e.g.
% Page) but want default values of earlier ones (e.g. TipAngle)
% pass an empty matrix for the earlier ones (e.g. TipAngle=[]).
%
% ARROW(‘Property1‘PropVal1‘Property2‘PropVal2...) creates arrows with the
% given properties using default values for any unspecified or given as
% ‘default‘ or NaN. Some properties used for line and patch objects are
% used in a modified fashion others are passed directly to LINE PATCH
% or SET. For a detailed properties explanation call ARROW PROPERTIES.
%
% Start The starting points. B
% Stop The end points. /|\ ^
% Length Length of the arrowhead in pixels. /|||\ |
% baseAngle base angle in degrees (ADE). //|||\\ L|
% TipAngle Tip angle in degrees (ABC). ///|||\\\ e|
% Width Width of the base in pixels. ////|||\\\\ n|
% Page Use hardcopy proportions. /////|D|\\\\\ g|
% CrossDir Vector || to arrowhead plane. //// ||| \\\\ t|
% NormalDir Vector out of arrowhead plane. /// ||| \\\ h|
% Ends Which end has an arrowhead. //<----->|| \\ |
% objectHandles Vector of handles to update. / base ||| \ V
% E angle||<-------->C
% ARROW(H‘Prop1‘PropVal1...) where H is a |||tipangle
% vector of handles to previously-created arrows |||
% and/or line objects will update the previously- |||
% created arrows according to the current view -->|A|<-- width
% and any specified properties and will convert
% two-point line objects to corresponding arrows. ARROW(H) will update
% the arrows if the current view has changed. Root figure or axes
% handles included in H are replaced by all descendant Arrow objects.
%
% A property list can follow any specified normal argument list e.g.
% ARROW([1 2 3][0 0 0]36‘baseAngle‘60) creates an arrow from (123) to
% the origin with an arrowhead of length 36 pixels and
相关资源
- Matlab_R2015b_osgenericvideointerface
- 基于MATLAB的vibe算法的运动目标检测代
- matlab-hfss-api
- 多光谱图像评价指标含psnrrmse ergas s
-
自校正 调节器 控制器 matlab simuli
- 静态小波变换swt去噪matlab编程
- 移动机器人路径规划 几种A*算法改进
- 三大白平衡算法的统一实现gray world
- 路径规划算法matlab仿真
- matlab GUI录音程序
- MVDR 的Matlab程序
- 认知无线电中的能量检测算法matlab代
- \\精通MATLAB神经网络代码
- Matlab实现图像低通滤波
- TDMS转换成Mat文件
- 数字信号处理实验指导 MATLAB版本 书
- 人工鱼群算法matlab代码203035
-
详解MATLAB/SIMUli
nk 通信系统建模与 - 光学字符识别系统matlab版
- matlab使用gabor变换和神经网络实现人脸
- 空间三点求圆matlab源代码.zip
- 基于matlab的指针式仪表的识别与自动
- matlab求最大李雅普诺夫Lyapunov指数程序
- C均值聚类实验报告及MATLAB源程序
- matlab2018a版的指南
-
四旋翼matlab/simuli
nk程序 - 偏微分方程解的几道算例差分、有限
- erjiguanqianweispwm.mdl二极管钳位三电平逆
- Matlab官网5G toolbox介绍信息汇总.docx
- 基于A*算法的机器人路径规划的MATLA
评论
共有 条评论