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