문제를 풀었습니다


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년 전

문제를 풀었습니다


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

대략 11년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 11년 전

제출됨


DCT and DST (+ inverse) in arbitrary dimension
Discrete cosine/sine transforms and their inverses

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

Thumbnail

제출됨


Label connected components in 2-D array
LABEL is a generalization of BWLABEL

13년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


Image segmentation using Otsu thresholding
OTSU(I,N) segments the image I into N classes by means of Otsu's N-thresholding method.

14년 초과 전 | 다운로드 수: 9 |

Thumbnail

제출됨


Hybrid median filtering
HMF performs hybrid median filtering of a 2-D array or an RGB image

14년 초과 전 | 다운로드 수: 4 |

Thumbnail