Community Profile

photo

Reza Ghasemi


Last seen: 1年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


how do i write this equation?
hello, how do i write this? my code is k = abs(x).*exp(-abs(x))

4年弱 前 | 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 ...

4年弱 前 | 2 件の回答 | 0

2

回答