remove temp file

This commit is contained in:
Erick
2022-01-29 00:10:03 +01:00
parent bc0806843d
commit 3a976e9278
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
clear;
clc;
prompt = 'Press "0" for front or "1" for rear: ';
prompt = 'Press "1" for front or "2" for rear: ';
side = input(prompt, 's');
selectSide(side);
[content, selectSide(side);
fprintf('Initializing exporting process');
fprintf('Initializing exporting process \n');
for i=1:length(content)
writetable(content, filename, 'Sheet', sheetName, 'WriteVariableNames', true);