This website requires JavaScript.
Explore
Help
Register
Sign In
logzhan
/
UWB-Algorithm
Watch
1
Star
0
Fork
You've already forked UWB-Algorithm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
UWB-Algorithm
/
UWBAnimationShow
/
Quaternions
/
quaternConj.m
4 lines
82 B
Matlab
Raw
Permalink
Blame
History
function
qConj
=
quaternConj
(
q
)
qConj
=
[
q
(
:
,
1
)
-
q
(
:
,
2
)
-
q
(
:
,
3
)
-
q
(
:
,
4
)
]
;
end
Reference in New Issue
View Git Blame
Copy Permalink