Özgür Aktekin
Followers: 0 Following: 0
Control Engineer
Statistica
All
RANK
11.638
of 295.467
REPUTAZIONE
4
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
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.
circa 8 anni fa
Risolto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
circa 8 anni fa
Risposto
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; % ...
circa 8 anni fa | 0
| accettato