We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c3e8d commit 147013cCopy full SHA for 147013c
Processing/belt/beltCorrectWithoutNikon.m
@@ -0,0 +1,6 @@
1
+function [belt_struct] = beltCorrectWithoutNikon(belt_struct)
2
+belt_struct = beltCorrectArduinoArtifacts(belt_struct);
3
+belt_struct = beltCorrectLength(belt_struct);
4
+belt_struct = beltAddRunningProperties(belt_struct);
5
+belt_struct = beltSpeedToMeterPerSecond(belt_struct);
6
+end
0 commit comments