📄 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 + -