亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? vis_show_gui_tool.m

?? 適用于需要用matlab環境
?? M
?? 第 1 頁 / 共 5 頁
字號:
    'Style','popupmenu');  set(p1_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Line width    'Units','pixels', ...    'Position',line_width_text_pos, ...    'HorizontalAlignment','left', ...    'String','Line width', ...    'Style','text'),'units','normalized');  ed3_h = uicontrol( ...                                                    %% [edit]    'Units','pixels', ...    'BackgroundColor',bg_color2, ...    'Position',line_width_pos, ...    'String','3', ...    'FontSize',12, ...    'Style','edit');  set(ed3_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Factor    'Units','pixels', ...    'Position',width_factor_text_pos, ...    'HorizontalAlignment','left', ...    'String','Factor', ...    'Style','text'),'units','normalized');  s = {'hit' 'equal'};  p2_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',width_factor_pos, ...    'String',s, ...    'Style','popupmenu');  set(p2_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame4_pos, ...    'Style','frame'),'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker    'Units','pixels', ...    'Position',marker_text_pos, ...    'HorizontalAlignment','left', ...    'String','Marker', ...    'Style','text'),'units','normalized');  s = {'o' '.' 'x' '+' '*' 's' 'd' 'v' '^' ...       '<' '>' 'p' 'h' 'none'};  p3_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',marker_pos, ...    'String',s, ...    'Style','popupmenu');  set(p3_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker size    'Units','pixels', ...    'HorizontalAlignment','left', ...    'Position',marker_size_text_pos, ...    'String','Marker size', ...    'Style','text'),'units','normalized');  ed4_h = uicontrol( ...                                                    %% [edit]    'Units','pixels', ...    'BackgroundColor',bg_color2, ...    'Position',marker_size_pos, ...    'String','10', ...    'FontSize',12, ...    'Style','edit');  set(ed4_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Factor    'Units','pixels', ...    'HorizontalAlignment','left', ...    'Position',size_factor_text_pos, ...    'HorizontalAlignment','left', ...    'String','Factor', ...    'Style','text'),'units','normalized');  s = {'hit' 'equal'};  p4_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',size_factor_pos, ...    'String',s, ...    'Style','popupmenu');  set(p4_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker color    'Units','pixels', ...    'HorizontalAlignment','left', ...    'Position',marker_color_text_pos, ...    'String','Marker color', ...    'Style','text'),'units','normalized');  ud = {'w' 'k' 'y' 'm' 'c' 'r' 'g' 'b' 'none'};  s = {'white' 'black' 'yellow' 'magenta' 'cyan' ...       'red' 'green' 'blue' 'none'};  p5_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',marker_color_pos, ...    'UserData',ud, ...    'String',s, ...    'Style','popupmenu');  set(p5_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Edge color    'Units','pixels', ...    'Position',edge_color_text_pos, ...    'HorizontalAlignment','left', ...    'String','Edge color', ...    'Style','text'),'units','normalized');  ud = {'none' 'w' 'k' 'y' 'm' 'c' 'r' 'g' 'b'};  s = {'none' 'white' 'black' 'yellow' 'magenta' 'cyan' ...       'red' 'green' 'blue'};  p6_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',edge_color_pos, ...    'UserData',ud, ...    'String',s, ...    'Style','popupmenu');  set(p6_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame5_pos, ...    'Style','frame'),'units','normalized');  s = ['vis_show_gui_tool(' mat2str(h) ',''traj'',' mat2str(fig_h) ')'];  set( ...  uicontrol( ...                                                            %% OK    'Units','pixels', ...    'Position',ok_pos, ...    'String','OK', ...    'Callback',s),'units','normalized');  set( ...  uicontrol( ...                                                            %% Cancel    'Units','pixels', ...    'Position',cancel_pos, ...    'String','Cancel', ...    'Callback',['close(' mat2str(fig_h) ')']),'units','normalized');  watchoff(old_fig_n);  tmp_udata = [ed1_h ed2_h p1_h ed3_h p2_h p3_h ed4_h p4_h p5_h p6_h];  set(fig_h,'units','normalized', ...            'Visible','on', ...            'UserData',tmp_udata, ...            'handlevisibility','off'); %%%%%%%%%%%% add_comet %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%elseif strcmp(action,'add_comet')  old_fig_n = watchon;  W = 424.3; H = 265.589;  o26 = zeros(1,4);  o26(1) = (W-f_fr(3))/2;  f_fr = [7.9 8.38 (W-2*7.9) 36.9];      % final frame  cancel_pb = [(W-(ok_pb(1)+75.9)) 15.76 75.9 22.14];  hint_txt = [W 18.45];           % hint text width and height  units = get(h,'units');  set(h,'units','pixels');  fp = get(h,'Position');  fig_pos = [(fp(1)+fp(3)) ...             (fp(2)+fp(2)+fp(4)/2-H/2) ...             W ...             H];  o1 = sum(f_fr([2 4]))+frames_dist;  o2 = o1+dist1;  o6 = max([title_txt(2),var_pop(2)]);  o7 = max([title_txt(2),title_edit_h]);  o8 = max([title_txt(2),title_edit_h,var_pop(2)]);  o38 = max([title_txt(2),title_edit_h,selvar_pb(2)]);  o20 = ok_pb(1)+title_txt(1);  o10 = o20+var_pop(1)+2*dist1;  o11 = o10+title_txt(1);  o3 = 2*o6+o7+4*dist1;  o4 = o1+dist1+0.5*o6-title_txt(2)/2;  o5 = o1+dist1+0.5*o6-var_pop(2)/2;  o9 = o1+2*dist1+o6+0.5*o7-title_txt(2)/2;  o12 = o1+2*dist1+o6+0.5*o7-title_edit_h/2;  o13 = o1+3*dist1+o7+1.5*o6-title_txt(2)/2;  o14 = o1+3*dist1+o7+1.5*o6-var_pop(2)/2;  o15 = o1+o3+frames_dist2;  o16 = o38+2*dist1;  o17 = o15+dist1+0.5*o38-title_txt(2)/2;  o18 = o15+dist1+0.5*o38-title_edit_h/2;  o19 = o15+dist1+0.5*o38-selvar_pb(2)/2;  o21 = o15+o16+frames_dist2;  o22 = o7+2*dist1;  o23 = o21+dist1+0.5*o7-title_txt(2)/2;  o24 = o21+dist1+0.5*o7-title_edit_h/2;  o25 = o21+o22+hint_dist1;  hint_text_pos = [1 o25 hint_txt];  frame1_pos = [f_fr(1) o21 f_fr(3) o22];  subplots_text_pos = [ok_pb(1) o23 title_txt];  subplots_pos = [o20 o24 strd_ed];  frame2_pos = [f_fr(1) o15 f_fr(3) o16];  trace_vect_text_pos = [ok_pb(1) o17 title_txt];  trace_vect_pos = [o20 o18 strd_ed];  sel_var_pos = [o10 o19 selvar_pb];  frame3_pos = [f_fr(1) o1 f_fr(3) o3];  marker_text_pos = [ok_pb(1) o13 title_txt];  marker_pos = [o20 o14 var_pop];  marker_size_text_pos = [ok_pb(1) o9 title_txt];  marker_size_pos = [o20 o12 var_pop];  marker_color_text_pos = [ok_pb(1) o4 title_txt];  marker_color_pos = [o20 o5 var_pop];  edge_color_text_pos = [o10 o4 title_txt];  edge_color_pos = [o11 o5 var_pop];  f_fr = [7.9 8.38 216.2 36.9];      % final frame  cancel_pb = [139 15.76 75.9 22.14];  frame4_pos = f_fr+o26;  ok_pos = ok_pb+o26;  cancel_pos = cancel_pb+o26;  fig_h = figure( ...    'Units','pixels', ...    'Position', fig_pos, ...    'Color',fig_color, ...    'NumberTitle','off', ...    'Name','add comet', ...    'MenuBar','none', ...    'Visible','off');    set( ...    uicontrol( ...                                                            %% hint      'Units','pixels', ...      'BackgroundColor',fig_color, ...      'HorizontalAlignment','center', ...      'Position',hint_text_pos, ...      'String','Options for adding comet', ...      'Style','text'),'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame1_pos, ...    'Style','frame'),'units','normalized');  set( ...  uicontrol( ...                                                            %% To subplot(s)    'Units','pixels', ...    'Position',subplots_text_pos, ...    'HorizontalAlignment','left', ...    'String','To subplot(s)', ...    'Style','text'),'units','normalized');  ed1_h = uicontrol( ...                                                    %% [edit]    'Units','pixels', ...    'BackgroundColor',bg_color2, ...    'Position',subplots_pos, ...    'FontSize',12, ...    'Style','edit');  set(ed1_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame2_pos, ...    'Style','frame'),'units','normalized');  set( ...  uicontrol( ...                                                            %% Trace vector    'Units','pixels', ...    'Position',trace_vect_text_pos, ...    'HorizontalAlignment','left', ...    'String','Trace vector', ...    'Style','text'),'units','normalized');  ed2_h = uicontrol( ...                                                    %% [edit]    'Units','pixels', ...    'BackgroundColor',bg_color2, ...    'Position',trace_vect_pos, ...    'FontSize',12, ...    'Style','edit');  set(ed2_h,'units','normalized');  s = ['tmp=get(' mat2str(fig_h) ',''userdata'');' ...       'vis_show_gui_tool(tmp(2),''select'')'];  set( ...  uicontrol( ...                                                            %% Select variable    'Units','pixels', ...    'Position',sel_var_pos, ...    'String','Select variable', ...    'Callback',s),'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame3_pos, ...    'Style','frame'),'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker    'Units','pixels', ...    'Position',marker_text_pos, ...    'HorizontalAlignment','left', ...    'String','Marker', ...    'Style','text'),'units','normalized');  s = {'o' '.' 'x' '+' '*' 's' 'd' 'v' '^' ...       '<' '>' 'p' 'h' 'lattice' 'none'};  p1_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',marker_pos, ...    'String',s, ...    'Style','popupmenu');  set(p1_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker size    'Units','pixels', ...    'HorizontalAlignment','left', ...    'Position',marker_size_text_pos, ...    'String','Marker size', ...    'Style','text'),'units','normalized');  ed3_h = uicontrol( ...                                                    %% [edit]    'Units','pixels', ...    'BackgroundColor',bg_color2, ...    'Position',marker_size_pos, ...    'String','[20 4]', ...    'FontSize',12, ...    'Style','edit');  set(ed3_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% Marker color    'Units','pixels', ...    'HorizontalAlignment','left', ...    'Position',marker_color_text_pos, ...    'String','Marker color', ...    'Style','text'),'units','normalized');  ud = {'w' 'k' 'y' 'm' 'c' 'r' 'g' 'b' 'none' ''};  s = {'white' 'black' 'yellow' 'magenta' 'cyan' ...       'red' 'green' 'blue' 'none' '-matrix-'};  p2_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',marker_color_pos, ...    'UserData',ud, ...    'String',s, ...    'Style','popupmenu');  s = ['tmp=get(' mat2str(fig_h) ',''userdata'');' ...       'vis_show_gui_tool([tmp(5) 10],''popup_select'')'];  set(p2_h,'units','normalized','Callback',s);  set( ...  uicontrol( ...                                                            %% Edge color    'Units','pixels', ...    'Position',edge_color_text_pos, ...    'HorizontalAlignment','left', ...    'String','Edge color', ...    'Style','text'),'units','normalized');  ud = {'none' 'w' 'k' 'y' 'm' 'c' 'r' 'g' 'b'};  s = {'none' 'white' 'black' 'yellow' 'magenta' 'cyan' ...       'red' 'green' 'blue'};  p3_h = uicontrol( ...                                                     %% [popupmenu]    'Units','pixels', ...    'Position',edge_color_pos, ...    'UserData',ud, ...    'String',s, ...    'Style','popupmenu');  set(p3_h,'units','normalized');  set( ...  uicontrol( ...                                                            %% [frame]    'Units','pixels', ...    'Position',frame4_pos, ...    'Style','frame'),'units','normalized');  s = ['vis_show_gui_tool(' mat2str(h) ',''comet'',' mat2str(fig_h) ')'];  set( ...  uicontrol( ...                                                            %% OK    'Units','pixels', ...    'Position',ok_pos, ...    'String','OK', ...    'Callback',s),'units','normalized');  set( ...  uicontrol( ...                                                            %% Cancel    'Units','pixels', ...    'Position',cancel_pos, ...    'String','Cancel', ...    'Callback',['close(' mat2str(fig_h) ')']),'units','normalized');  watchoff(old_fig_n);  tmp_udata = [ed1_h ed2_h p1_h ed3_h p2_h p3_h];  set(fig_h,'units','normalized', ...            'Visible','on', ...            'UserData',tmp_udata, ...

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
综合自拍亚洲综合图不卡区| 欧美午夜影院一区| 色又黄又爽网站www久久| 欧美精品久久天天躁| 精品国产一区二区三区av性色 | 亚洲午夜在线电影| 蜜臀av性久久久久蜜臀aⅴ流畅| 国产伦精品一区二区三区视频青涩 | 日本二三区不卡| 欧美一区二区三区视频在线观看| 久久精品欧美日韩精品| 亚洲综合激情另类小说区| 青草av.久久免费一区| 国产激情91久久精品导航| 91国产成人在线| 久久久久久久久久久99999| 亚洲精品日韩一| 久久成人久久爱| 在线观看一区二区视频| 2023国产精品自拍| 亚洲视频在线一区| 国产在线精品视频| 欧美影视一区在线| 国产女主播视频一区二区| 午夜精品福利视频网站| 夫妻av一区二区| 欧美一级高清片在线观看| 中文字幕亚洲视频| 久久福利资源站| 欧美日韩一本到| 中文字幕中文字幕一区二区| 麻豆精品视频在线观看免费| 色婷婷综合五月| 久久精品亚洲国产奇米99| 天天色 色综合| 99精品国产视频| 国产日韩欧美不卡| 麻豆国产91在线播放| 欧美午夜影院一区| 国产精品高潮久久久久无| 精品一区二区免费在线观看| 欧美男人的天堂一二区| 中文字幕一区二区三区在线观看| 国产一区二区调教| 欧美一区二区三区免费大片| 亚洲精品免费一二三区| 成人ar影院免费观看视频| 精品国产露脸精彩对白| 日本不卡的三区四区五区| 欧美最猛性xxxxx直播| 国产女主播视频一区二区| 精品一区二区国语对白| 制服丝袜亚洲色图| 亚洲成人免费观看| 色美美综合视频| 亚洲三级在线观看| 99久久99久久精品免费观看| 久久亚洲欧美国产精品乐播| 美女视频网站黄色亚洲| 欧美美女一区二区| 亚洲成人av在线电影| 亚洲欧美日韩国产手机在线| 成人免费电影视频| 国产精品久久久久桃色tv| 成人黄色网址在线观看| 日本一区二区三区dvd视频在线| 国产一区二区三区蝌蚪| 亚洲精品一区二区三区蜜桃下载 | 欧美一区二区视频网站| 亚洲精选视频免费看| 99r国产精品| 日韩美女啊v在线免费观看| aaa国产一区| 亚洲青青青在线视频| 色综合天天在线| 亚洲免费大片在线观看| 色94色欧美sute亚洲13| 亚洲宅男天堂在线观看无病毒| 色综合色综合色综合色综合色综合| 中文字幕在线免费不卡| 99精品视频在线播放观看| 国产精品视频看| 91小视频免费观看| 一区二区视频在线| 欧美日韩一区二区三区免费看| 亚洲影视在线观看| 欧美精品高清视频| 免费欧美在线视频| 久久先锋影音av鲁色资源网| 国产成人在线免费| 日韩一区在线免费观看| 色哟哟一区二区三区| 亚洲韩国精品一区| 91精品国产入口| 国精产品一区一区三区mba视频| 久久精品人人做人人综合| 国产91高潮流白浆在线麻豆| 国产精品高清亚洲| 欧美视频在线一区| 日韩激情一二三区| 久久亚洲捆绑美女| 91在线视频在线| 婷婷激情综合网| 久久久久国产精品麻豆ai换脸| 99国产欧美久久久精品| 亚洲va在线va天堂| 日韩精品一区二区三区中文精品| 国产一区二区三区不卡在线观看| 国产精品嫩草影院av蜜臀| 欧美在线短视频| 麻豆精品新av中文字幕| 国产精品入口麻豆原神| 在线精品亚洲一区二区不卡| 久久se这里有精品| 中文字幕在线视频一区| 欧美日本韩国一区二区三区视频 | 中国av一区二区三区| 在线看不卡av| 黑人巨大精品欧美一区| 自拍视频在线观看一区二区| 欧美高清你懂得| 成人h动漫精品一区二| 午夜精品一区在线观看| 国产日韩欧美精品在线| 欧美美女一区二区在线观看| 成人福利视频网站| 日韩和的一区二区| 国产网站一区二区| 欧美久久久久免费| 中文字幕一区二区视频| 91精品国产品国语在线不卡| av一本久道久久综合久久鬼色| 天天操天天综合网| 亚洲欧洲一区二区在线播放| 欧美一级免费观看| 99在线精品免费| 久久91精品久久久久久秒播| 亚洲人妖av一区二区| 精品成人佐山爱一区二区| 在线观看欧美精品| 丁香婷婷综合色啪| 奇米精品一区二区三区四区| 亚洲久草在线视频| 日本一区二区视频在线| 欧美一级搡bbbb搡bbbb| 色噜噜狠狠色综合欧洲selulu| 国产激情精品久久久第一区二区| 三级不卡在线观看| 亚洲精品欧美激情| 国产精品视频线看| 精品久久一区二区| 欧美在线三级电影| 成人午夜在线免费| 韩国女主播成人在线观看| 视频一区免费在线观看| 一区二区三区精品在线| 正在播放亚洲一区| 亚洲一卡二卡三卡四卡五卡| 成人国产精品免费网站| 日韩一区在线看| 国产激情一区二区三区四区| 欧美一级日韩不卡播放免费| 美腿丝袜在线亚洲一区| 777xxx欧美| 天堂影院一区二区| 欧美色电影在线| 蜜臀av一区二区在线免费观看| 精品久久久久av影院| 狠狠狠色丁香婷婷综合久久五月| 久久先锋影音av鲁色资源| 国产一区二区女| 亚洲天堂免费看| 欧美成人vps| www.亚洲人| 亚洲成a天堂v人片| 欧美羞羞免费网站| 玉足女爽爽91| 91精品国产综合久久香蕉的特点| 免费欧美日韩国产三级电影| 欧美高清视频在线高清观看mv色露露十八 | 亚洲视频网在线直播| 99久久久久久99| 美女视频黄免费的久久| 欧美日韩二区三区| 蜜臂av日日欢夜夜爽一区| 337p粉嫩大胆色噜噜噜噜亚洲| 99热这里都是精品| 成人欧美一区二区三区白人 | 奇米四色…亚洲| 欧美国产日本韩| 91亚洲午夜精品久久久久久| 亚洲免费高清视频在线| 国产视频911| 欧美一区二区三区在线观看| 国产91在线观看| 天天色天天爱天天射综合| 亚洲国产精品成人综合| 91麻豆精品国产91久久久资源速度 | 日韩欧美中文一区| 99精品偷自拍|