Q3// Create a plot defining variable x as an array with values between -50 and 50, with a step of 0.1. C y1 = cos x y2 =
Posted: Fri Apr 29, 2022 6:32 am
in Matlab
Q3// Create a plot defining variable x as an array with values between -50 and 50, with a step of 0.1. C y1 = cos x y2 = cos²x + 0.1 sin x + 7cos x y3 y4 = sinx + 0.1 cos x and give it a suitable title and labels.
Q3// Create a plot defining variable x as an array with values between -50 and 50, with a step of 0.1. C y1 = cos x y2 = cos²x + 0.1 sin x + 7cos x y3 y4 = sinx + 0.1 cos x and give it a suitable title and labels.