tr_tplot.m
来自「FISMAT accommodates different arithmetic」· M 代码 · 共 22 行
M
22 行
echo off% tr_tplot.m%% Script file used in fuzdemo4 to illustrate the simulation of a truck and% loading deck.% Simulink block diagram: tr_dem_s.m% Controller file: tr_dem_c.m% Simulation parameters: tr_dat.m% FSTB - Fuzzy Systems Toolbox for MATLAB% Copyright (c) 1993-1996 by Olaf Wolkenhauer% Control Systems Centre at UMIST% Manchester M60 1QD, UK%% 24-April-1994subplot(3,1,1),plot(t,xout),title('input x:'),grid onsubplot(3,1,2),plot(t,phiout),title('input phi:'),grid onsubplot(3,1,3),plot(t,thetaout),title('output theta:'),grid onecho on
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?