External Interfaces Reference |
Size of serial port object array
Syntax
Arguments
Description
d = size(obj)
returns the two-element row vector d
containing the number of rows and columns in obj
.
[m,n] = size(obj)
returns the number of rows and columns in separate output variables.
[m1,m2,m3,...,mn] = size(obj)
returns the length of the first n
dimensions of obj
.
m = size(obj,dim)
returns the length of the dimension specified by the scalar dim
. For example, size(obj,1)
returns the number of rows.
Functions
set (serial) | stopasync |
© 1994-2005 The MathWorks, Inc.