Feeds
提问
Multiple variables in for loop
Hello, I want to get each error value(E) for 3 a's. How can I do it ? (I don't know how to pre-allocate) a=[11,51,101] T...
8 years 前 | 2 个回答 | 0
2
个回答提问
Plotting in a Loop
Sum=0; for n=1:12341234 x=((-1)^(n-1))*(1/(2*n-1)); PiMe= Sum + 4*x; RAbs=abs(PiMe-pi); ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Chebyshev polynomials of the first kind
Hello everyone. I've been writing Chebyshev code but I have problem. function pol=cheby(n,x) toplam=0; if(n==0) ...
8 years 前 | 1 个回答 | 1

