Community Profile

photo

Ran Shadmi


2012년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: Medical image processing

통계

All
  • 5-Star Galaxy Level 3
  • First Review
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Select Connected Components in N-D Array
Select objects in binary N-D array. Can replace Matlab's "bwselect" which is limited to 2D matrices.

11년 초과 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Get Largest Connected Components
Get n largest connected-components in n-d array, with arbitrary connectivity support

11년 초과 전 | 다운로드 수: 2 |

Thumbnail

문제를 풀었습니다


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

11년 초과 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

11년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11년 초과 전

문제를 풀었습니다


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

11년 초과 전