📄 apsuat_prl.m
字号:
%Declare some global variables for fun!
global M K myfig handles;
K = 1;
M = 1;
%I forgot the following command.
apsuat_fuzzy=readfis('apsuat');
close all;
apsuat_gui;
%Load image and turn it off? Turn it off! Ha, But how to turn it on nooww
image(imread('apsuat.jpg', 'jpg'));
axis off;
myfig=findall(0,'type','figure','Tag','zelda');
handles = guihandles(myfig);
%/////////////////Generated by Truong Hoang Long. Please leave intact//////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -