I hope someone can point me to a solution.
On my Asus P5W DH board, I have an IDE drive connected to the JMicron IDE port and the JMicron chip mode set to BASIC.
On the Matrix controller I have 2x SATA drives and BIOS set to Standard IDE.
XP is loaded on the IDE JMicron drive, (at least it...
I ran accross this piece of code with what appears to be range notation which I need to convert to C.
beta = 0:2*pi/Np:2*pi;
xc = 0.5*(1+cos(beta));
yt = acoef(1)*sqrt(xc)+xc.*(acoef(2)+xc.*(acoef(3)+xc.*(acoef(4)+acoef(5)*xc)));
yt(Np/2+2:Np+1) = -yt(Np/2:-1:1);
* Np is interger
* acoef...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.