?? example36_figure.m
字號:
%RBF3_figure:to look the figure of input&output
%==============
%==============
[name,path]=uigetfile('*.bmp');
pathname=strcat(path,name);
I=imread(pathname);
IZoom=imresize(I,[96,96],'bilinear'); %為方便在界面上顯示,將圖像I放大
imshow(IZoom)
% set(Hrbf3_axes,'current_data',IZoom);
%set(Hbp3_disp,'style',I,'units','normalized','position',[0.01 0.01 0.24 0.23]);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -