Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a3a541fba21e2585e4555fb221b330e917ff58e7
/
.
/
frc971
/
control_loops
/
matlab
/
writeMatFooter.m
blob: b23664e80f116c58efd7116b85dc1b1785421c24 [
file
] [
log
] [
blame
]
function writeMatFooter
(
fd
)
fprintf
(
fd
,
'\n'
);
end