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
6bc0462669
gtsam
/
matlab
/
CHECK.m
6 lines
89 B
Matlab
Raw
Normal View
History
Unescape
Escape
update Matlab scripts to work after changes in gtsam
2009-11-13 04:41:05 +08:00
function
CHECK
(
name,assertion
)
Fixing directory structure
2009-08-22 06:23:24 +08:00
if
(
assertion
~=
1
)
error
(
[
'
CHECK '
name
'
fails'
]
)
;
end