Community Profile

photo

Ilker Golcuk


Last seen: Today Active since 2020

Followers: 0   Following: 0

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

Statistics

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

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

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

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

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

3 years ago