Community Profile

photo

marti rodriguez


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can i solve this problem 'sawtooth' for input arguments of type 'double'?
T=5*pi; A=1; x=-T:0.1:T; y=A*sin(x/3); y1=sawtooth(x,0.5); z=y<y1; ylim([-1.5,1.5]) subplot(1,2,1); plot(x,y); hold on;...

9 years ago | 1 answer | 0

1

answer