LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
basic
e.m
1
function n=e(t)
2
if
nargin<1
3
n=[1;1];
4
else
5
if
iscell(t)
6
n=ones(length(t{1}),1);
7
else
8
n=ones(t,1);
9
end
10
end
Generated by
1.9.8