Feeds
已解决
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...
1 month 前
已提交
correlated equilibria
plot set of correlated equilibria and convex hull of Nash equilibria in 2 player normal form game
5 years 前 | 2 次下载 |
已回答
How I could convert matrix (double) to cell array of string
Use undocumented function: sprintfc('%d',A)
How I could convert matrix (double) to cell array of string
Use undocumented function: sprintfc('%d',A)
8 years 前 | 46
已解决
Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...
8 years 前
已解决
"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...
8 years 前
已解决
Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
8 years 前
已解决
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
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...
9 years 前
提问
How can I set shared memory configuration for NVIDIA graphics card to increase L1 cache?
I need to set the shared memory configuration for NVIDIA graphics card by running the following command in C: cudaDeviceSetCa...
10 years 前 | 1 个回答 | 0








