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