Computer Science, asked by Ankurgupta17, 1 day ago

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 premchand266266
0

Answer:

1o

Explanation:

I have no explain your questions

Similar questions