Resuelto


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

casi 11 años hace

Resuelto


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

casi 11 años hace

Resuelto


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

casi 11 años hace

Enviada


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

más de 12 años hace | 9 descargas |

Thumbnail

Enviada


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

alrededor de 13 años hace | 1 descarga |

Thumbnail

Enviada


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

alrededor de 14 años hace | 8 descargas |

Thumbnail

Enviada


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

alrededor de 14 años hace | 7 descargas |

Thumbnail