Re: how to find intersections for a periodic function
- From: BillC. <zzvyb6<nospam>@yahoo.com>
- Date: Sat, 31 Dec 2005 01:14:04 -0500
>How about this:
x=[-pi:.01:pi];
y1=sin(x);
y2=.5*x;
sp=spline(x,y1-y2);
xn=fnzeros(sp);
intersections=xn(1,:)
.
- Follow-Ups:
- Re: how to find intersections for a periodic function
- From: kuldeep kulkarni
- Re: how to find intersections for a periodic function
- References:
- Prev by Date: Preamble detector in Simulink for frame synchronization problem
- Next by Date: can not run matlab in linux
- Previous by thread: how to find intersections for a periodic function
- Next by thread: Re: how to find intersections for a periodic function
- Index(es):