apsuat_prl.m
来自「sliding mode add fuzzy」· M 代码 · 共 14 行
M
14 行
%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 + =
减小字号Ctrl + -
显示快捷键?