[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
reshape
(/tools/hpmatlab/toolbox/matlab/elmat/reshape.m)
Function Synopsis
y = reshape(x,m,n)
Help text
RESHAPE Change size.
RESHAPE(X,M,N) returns the M-by-N matrix whose elements
are taken columnwise from X. An error results if X does
not have M*N elements.
Cross-Reference Information
This function calls
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- mattostr ee2200/mattostr.m
- medfilt1 /tools/hpmatlab/toolbox/signal/medfilt1.m
- rotate /tools/hpmatlab/toolbox/matlab/graphics/rotate.m
- striplot ee2200/striplot.m
- strips /tools/hpmatlab/toolbox/signal/strips.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON