remove temp file
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user