photo

Özgür Aktekin


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Control Engineer

Statistics

All
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


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 ago

Solved


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 ago

Answered
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 ago | 0

| accepted