seterror.m

来自「这是一个等高线拟合的程序源代码,程序很复杂,但相当精致.不过其中有一处可能在有的」· M 代码 · 共 16 行

M
16
字号
function seterror(message)
% SETERROR(message) part of GUI
% 
% SETERROR displays message at bottom of figure

% All the software included in this package is presented as is.
% It may be distributed freely. The author can, however, not be
% held responsible for any problems whatever.
% 
% Designed by Johan Baeten.
% Last updated: 22-03-2000
% Johan.baeten@mech.kuleuven.ac.be

global UICTRHANDLES
set(UICTRHANDLES(1),'string',message);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?