📄 numcols.m
字号:
%NUMCOLS Return number of columns in matrix%% NC = NUMCOLS(M)%% Return the number of columns in the matrix M.% Copyright (C) 1993-2002, by Peter I. Corke% $Log: numcols.m,v $% Revision 1.2 2002/04/01 11:47:15 pic% General cleanup of code: help comments, see also, copyright, remnant dh/dyn% references, clarification of functions.%% $Revision: 1.2 $function c = numcols(m) [x,c] = size(m);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -