Community Profile

photo

Iskander


Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • Thankful Level 2
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Submitted


correlated equilibria
plot set of correlated equilibria and convex hull of Nash equilibria in 2 player normal form game

3 years ago | 2 downloads |

Thumbnail

Answered
How I could convert matrix (double) to cell array of string
Use undocumented function: sprintfc('%d',A)

6 years ago | 46

Solved


Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...

6 years ago

Solved


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

6 years ago

Solved


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...

6 years ago

Solved


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...

6 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...

7 years ago

Question


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...

8 years ago | 1 answer | 0

1

answer