clc
3
clear all
4
x=0:0.5:2*pi;
y=sin(x);
6
plot (x, y)
7
col_header={'x', 'y'};
8
xlswrite('data.xlsx', [x(:),y(:)], 'sheet1', 'A2');
9
xlswrite('data.xlsx', col_header, 'sheet1', 'A1');
Answers
Answered by
0
Answer:
1o
Explanation:
I have no explain your questions
Similar questions
Math,
19 hours ago
Computer Science,
19 hours ago
India Languages,
19 hours ago
Math,
1 day ago
Math,
8 months ago
Math,
8 months ago
English,
8 months ago