message_for_whatnc.m
来自「matlacb程序包」· M 代码 · 共 13 行
M
13 行
function message = message_for_whatnc;% MESSAGE_FOR_WHATNC returns a message to be printed out by whatnc%--------------------------------------------------------------------% DESCRIPTION:% When whatnc is run it will call message_for_whatnc. If the value% returned is a string or a cell of strings then this will be% printed out.% Copyright J. V. Mansbridge, CSIRO, Fri Aug 24 16:51:20 EST 2007message = {''};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?