Özgür Aktekin
Followers: 0 Following: 0
Control Engineer
Feeds
已解决
Check given number is odd or even
Using input [x], check given number is odd or even if x is odd, output should be true.
8 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前
已回答
How can i generate chaos sequence
Hi Ammu, You can use the logistic map. x(n+1) = r*x(n)*(1-x(n)) %sequence is chaotic where 3.57 < r < 4. r = 3.8; % ...
How can i generate chaos sequence
Hi Ammu, You can use the logistic map. x(n+1) = r*x(n)*(1-x(n)) %sequence is chaotic where 3.57 < r < 4. r = 3.8; % ...
8 years 前 | 0
| 已接受