解決済み


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