remove temp file
This commit is contained in:
+3
-3
@@ -4,12 +4,12 @@ clc;
|
||||
prompt = 'Press "1" for front or "2" for rear: ';
|
||||
side = input(prompt, 's');
|
||||
|
||||
selectSide(side);
|
||||
[content, fileName, sheetName] = selectSide(side);
|
||||
|
||||
fprintf('Initializing exporting process \n');
|
||||
|
||||
for i=1:length(content)
|
||||
writetable(content, filename, 'Sheet', sheetName, 'WriteVariableNames', true);
|
||||
writetable(content, fileName, 'Sheet', sheetName, 'WriteVariableNames', true);
|
||||
end;
|
||||
|
||||
|
||||
fprintf('Finished exporting')
|
||||
|
||||
Reference in New Issue
Block a user