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
512ad8464b
Dynamic-Calibration
/
utils
/
YALMIP-master
/
extras
/
sqrtm_internal.m
8 lines
81 B
Matlab
Executable File
Raw
Blame
History
function
y
=
sqrtm_internal
(
x
)
if
x
>
=
0
y
=
sqrt
(
x
)
;
else
y
=
-
x
.^
2
;
end
Reference in New Issue
View Git Blame
Copy Permalink