Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a3a541fba21e2585e4555fb221b330e917ff58e7
/
.
/
frc971
/
control_loops
/
matlab
/
writeMatFooter.m
blob: b23664e80f116c58efd7116b85dc1b1785421c24 [
file
] [
log
] [
blame
]
brians
343bc11
2013-02-10 01:53:46 +0000
[
diff
] [
blame
]
1
function writeMatFooter
(
fd
)
2
fprintf
(
fd
,
'\n'
);
3
end