setobjsize.m
来自「模式识别工具箱。非常丰富的底层函数和常见的统计识别工具」· M 代码 · 共 10 行
M
10 行
%SETOBJSIZE Reset the object size of a dataset%% A = SETOBJSIZE(A,OBJSIZE)%% By default, the object size of a dataset A is given by the number of objects, % i.e. the number of rows in the DATA field of A. If the objects are samples of% a multi-dimensional data item, e.g. the pixels of an image, the original size% of this data item may be stored in OBJSIZE. The product of all elements in % OBJSIZE has to be equal to the number of rows in the DATA field of A.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?