Community Profile

photo

Aaron Kerr


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Create an input array from -1*pi to 1*pi
% Create an input array from -1*pi to 1*pi t=[3 4 5 6 7 8 9]; % Calculate |sin(t)| x=abs(sin(t)); %plot result plot(t,x);

2 years ago | 1 answer | 0

1

answer