02-20-2008 10:03 PM
hi,
let say i got this equation.
Kc=1;
Ti=1;
Td=1;
L=1;
w=0.01:0.01:1.01;
PID = Kc*(1+ 1./(j*w*Ti) + j*w*Td/((j*w*Td/10)+ 1));
block1 = angle(exp(-j*w*L).*(j*w+1).^(-6) .* PID) + pi;
plot(w,block1);
how do i plot in labview as i got no problem in matlab?
Thanks in advance.
02-21-2008 10:20 AM
02-21-2008 10:27 AM
oh thanks 🙂 how about the command of "ginput" (using of mouse) can it be used in labview?
because once i got the graph, i need to get the point that touches the zero crossing line by using mouse in order to do another calucation.
02-22-2008 01:32 AM