photo

Iskander


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

1 File

Cody

0 Problems
5 Solutions

RANK
833
of 300,352

REPUTATION
94

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
46

RANK
6,252 of 20,928

REPUTATION
185

AVERAGE RATING
4.70

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
1699

RANK
51,460
of 168,212

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
70

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

5 years ago | 2 downloads |

4.7 / 5
Thumbnail

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

8 years ago | 46

Solved


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

8 years ago

Solved


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

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

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

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

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

9 years ago | 1 answer | 0

1

answer