photo

Ilker Golcuk


Last seen: 28 days ago Active since 2020

Followers: 0   Following: 1

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Turkish
Pronouns:
He/him

Statistics

All
MATLAB Answers

0 Questions
1 Answer

Cody

0 Problems
4 Solutions

RANK
121,483
of 299,246

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,666

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
66,382
of 163,884

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • First Review
  • Solver
  • Explorer

View badges

Feeds

View by

Solved


intersection of matrices
Given two matrices filled with ones and zeros, determine if they share a common row, column entry. These matrices are of identic...

1 year ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

1 year ago

Solved


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

1 year ago

Answered
This application is failed to start because it could not find or load Qt platform plugin "windows"
I have encountered the same problem while calling matplotlib.pyplot methods from Matlab R2022a Update 3. The following two-step ...

3 years ago | 0

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

5 years ago