What do you want to know?
Ask a questionNew questions in the section Matlab
-
Siddhanth Rajuldev +1 2022-01-22 14:53:17 clear; close all; %create a linearly spaced array 'x' of size (1 x 2500) comprising values ranging from 0 to pi/2 x = linspace(0,pi/2,2500); %compute 'y1' as shown in below euation: 1 = cos(3) - sin(3) y1 = cos(3*x) - sin(3*x); %Createing a new figu... Answer
Best helpers
Ranking is empty