This website requires JavaScript.
Explore
Help
Register
Sign In
Robotics
/
Dynamic-Calibration
Watch
1
Star
0
Fork
You've already forked Dynamic-Calibration
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
098aed50f5
Dynamic-Calibration
/
utils
/
YALMIP-master
/
@sdpvar
/
numel.m
6 lines
84 B
Matlab
Executable File
Raw
Blame
History
function
N
=
numel
(
varargin
)
%NUMEL (overloaded)
X
=
varargin
{
1
}
;
N
=
prod
(
size
(
X
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink