资源简介
用MATLAB编写的挠曲线,转角,内力,内力矩绘图程序,仅供参考,但MATLAB用的是MATLAB.7.8.0.347(R2009a)

代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4216 2009-07-12 08:03 beam2\bmvardep.m
文件 1640 2009-07-12 08:10 beam2\extload.m
文件 1370 2009-07-12 08:15 beam2\trapsum.m
文件 7274 2009-07-12 11:04 beam2\vdb.m
文件 531 2009-07-12 08:09 beam2\sngf.m
文件 893 2009-07-12 08:10 beam2\oneovrei.m
文件 885 2009-07-12 08:25 beam2\lintrp.m
文件 7274 2009-07-12 12:44 beam2\try_change.m
文件 2098 2009-07-12 14:17 beam2\Unti
文件 1415 2009-07-12 16:31 beam2\main.m
文件 21190 2009-07-12 20:19 beam2\Beam2.m
文件 12129 2009-07-12 18:47 beam2\Beam2.fig
文件 3130 2009-07-11 07:06 beam2\draw_beam.m
文件 55316 2009-05-20 11:57 beam2\arrow.m
文件 385 2009-07-12 19:25 beam2\d_F_C.m
文件 857 2009-07-12 19:25 beam2\d_M_C.m
文件 400 2009-07-12 19:29 beam2\Distribute.m
文件 3027 2009-07-12 15:09 beam2\draw_beam_C.m
文件 3028 2009-07-12 20:06 beam2\draw_beam_S.m
文件 3064 2009-07-12 20:16 beam2\draw_beam_O.m
文件 24576 2009-07-12 20:53 beam2\说明.doc
目录 0 2009-07-12 07:28 beam2
----------- --------- ---------- ----- ----
154698 22
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
评论
共有 条评论