Products & Services Solutions Academia Support User Community Company

Learn more about MATLAB   

size (serial) - Size of serial port object array

Syntax

d = size(obj)
[m,n] = size(obj)
[m1,m2,m3,...,mn] = size(obj)
m = size(obj,dim)

Description

d = size(obj) returns the two-element row vector d containing the number of rows and columns in the serial port object, obj.

[m,n] = size(obj) returns the number of rows, m and columns, n 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.

See Also

Functions

length

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS