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
40df589ea7
Dynamic-Calibration
/
utils
/
YALMIP-master
/
extras
/
extsubsref.m
8 lines
82 B
Matlab
Executable File
Raw
Blame
History
function
z
=
extsubsref
(
x,i,j
)
;
if
nargin
<
3
z
=
x
(
i
)
;
else
z
=
x
(
i
,
j
)
;
end
Reference in New Issue
View Git Blame
Copy Permalink