This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c32d1c7e02
gtsam
/
matlab
/
symbolChr.m
4 lines
94 B
Matlab
Raw
Normal View
History
Unescape
Escape
Added matlab interface to get indices out of Values structures. Added more matlab symbol functions.
2012-06-14 00:38:51 +08:00
function
c
=
symbolChr
(
key
)
% generate the chr from a key
Wrap generates Matlab namespaces, so now 'import gtsam.*' allows class names like Values, NonlinearFactor, to be used. Without import, syntax is gtsam.Values, etc.
2012-07-18 23:47:06 +08:00
s
=
gtsam
.
Symbol
(
key
)
;
Added matlab interface to get indices out of Values structures. Added more matlab symbol functions.
2012-06-14 00:38:51 +08:00
c
=
s
.
chr
(
)
;