收藏 分销(赏)

matlab-magnify-源程序.doc

上传人:快乐****生活 文档编号:2643552 上传时间:2024-06-03 格式:DOC 页数:5 大小:22.04KB
下载 相关 举报
matlab-magnify-源程序.doc_第1页
第1页 / 共5页
matlab-magnify-源程序.doc_第2页
第2页 / 共5页
matlab-magnify-源程序.doc_第3页
第3页 / 共5页
matlab-magnify-源程序.doc_第4页
第4页 / 共5页
matlab-magnify-源程序.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、(完整版)matlab magnify 源程序% start of program function magnify(f1) magnify(f1)% Figure creates a magnification box when under the mouse position when a button is pressed。 Press +/ while% button pressed to increase/decrease magnification. Press /) | strcmp(get(f1,CurrentCharacter),。) a2_param(2) = a2_par

2、am(2)*1.2; end; set(a2,UserData,a2_param); ButtonMotionCallback(src); end;return;% Included for completeness (usually in own file)function fig_pointer_pos, axes_pointer_val = pointer2d(fig_hndl,axes_hndl)%pointer2d(fig_hndl,axes_hndl)Returns the coordinates of the pointer (in pixels)in the desired f

3、igure (fig_hndl) and the coordinates% in the desired axis (axes coordinates)% Example: figure(1),% hold on, for i = 1:1000, figp,axp=pointer2d; plot(axp(1),axp(2),.,EraseMode,none); drawnow; end;% hold off Rick Hindman - 4/18/01if (nargin = 0), fig_hndl = gcf; axes_hndl = gca; end;if (nargin = 1), a

4、xes_hndl = get(fig_hndl,CurrentAxes); end;set(fig_hndl,Units,pixels);pointer_pos = get(0,PointerLocation);%pixels 0,0 lower leftfig_pos = get(fig_hndl,Position);pixels l,b,w,hfig_pointer_pos = pointer_pos fig_pos(1,2);set(fig_hndl,CurrentPoint,fig_pointer_pos);if (isempty(axes_hndl)),axes_pointer_val = ;elseif (nargout = 2),axes_pointer_line = get(axes_hndl,CurrentPoint);axes_pointer_val = sum(axes_pointer_line)/2;end;% end of program

展开阅读全文
部分上传会员的收益排行 01、路***(¥15400+),02、曲****(¥15300+),
03、wei****016(¥13200+),04、大***流(¥12600+),
05、Fis****915(¥4200+),06、h****i(¥4100+),
07、Q**(¥3400+),08、自******点(¥2400+),
09、h*****x(¥1400+),10、c****e(¥1100+),
11、be*****ha(¥800+),12、13********8(¥800+)。
相似文档                                   自信AI助手自信AI助手
百度文库年卡

猜你喜欢                                   自信AI导航自信AI导航
搜索标签

当前位置:首页 > 包罗万象 > 大杂烩

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服