example36_figure.m
来自「是一个用MATLAB编的一个系统」· M 代码 · 共 15 行
M
15 行
%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 + =
减小字号Ctrl + -
显示快捷键?