?? simver.m
字號:
function simver(ver)
%SIMVER Indicates the version of the program with which the model was saved.
%
% SIMVER(V) indicates that the SIMULINK model was saved
% with version V of the program. This function is used to allow
% old models to be translated to any new save format that is
% employed.
%
% This function is only used within M-files containing
% saved SIMULINK models.
% This function replaces the function SIMULAB_VERSION following the
% program name change from SIMULAB to SIMULINK.
% Copyright (c) 1990-94 by The MathWorks, Inc.
% Built-in function
%For downward compatibility
simulab_version(ver)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -