I am stuck in Matlab with the following code:
n = rows(returnport)-1;
I get the following error when running the code:
??? Undefined function or method 'rows' for input arguments of type 'double'.
Can someone help me with this? I use Matlab version 2011a.
n = size(variable,1)
where the second argument stands for the dimension you wish to get information about. Rows is a function in MATLAB except it is reserved for the Database Toolbox. – MZimmerman6rows
, Matlab is still lagging behind. – carandraug