Feeds
질문
how do i write this equation?
hello, how do i write this? my code is k = abs(x).*exp(-abs(x))
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
hello how do I write this function without getting an error saying "variable K has an incorrect value".
my code is: And so far only the (K) is wrong. N = 1000; a= 0; b= pi; h = (b-a)/N; x=a:h:b; f = x.^2.*sin(x); F = sum(f*h ...
5년 초과 전 | 답변 수: 2 | 0