제출됨


logb
Calculate the log of a number/matrix using a user-specified base.

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

제출됨


sliderPanel
A new UICONTROL object with a slider as a child of a uipanel, with auto-linked edit box and labels.

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

Thumbnail

제출됨


uiselectim
Visually select a single image from an array of images in a directory.

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

Thumbnail

제출됨


clusterImg
Interactively segment RGB image into n user-defined clusters.

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

Thumbnail

제출됨


ImageAdjuster
Launches an interactive app for modifying the parameters of IMADJUST.

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

Thumbnail

제출됨


Streaming Face Detection, Training, Recognition
Demonstrates live acquisition, detection, training, and recognition of faces!

7년 초과 전 | 다운로드 수: 54 |

Thumbnail

문제를 풀었습니다


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

대략 8년 전

답변 있음
Skeleton prunning for OCR
Radek: yes, the longest-constrained-path approach I gave you is indeed confounded by loops. On the other hand, did you try infin...

거의 9년 전 | 0

답변 있음
Skeleton prunning for OCR
Hi Radek, I have some thoughts to share that might be useful. First, recognize that you get different output from infinite thin...

거의 9년 전 | 3

| 수락됨

제출됨


Cascade Trainer: Specify Ground Truth, Train a Detector
Interactively specify rectangular ROIs in a list of images and build new cascade classifiers.

거의 9년 전 | 다운로드 수: 15 |

Thumbnail

제출됨


imageSetViewer
Easily create a tab-panel view of images in an imageSet

대략 9년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Create and Output Montage of Images
Create a montage of images; optionally include image names

대략 9년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Create and activate figures by name
Finds and activates, or creates, figure with user-specified name.

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

Thumbnail

문제를 풀었습니다


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

9년 초과 전

제출됨


iscoplanar.m
Tests input points for coplanarity in 3-space.

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

Thumbnail

제출됨


createCirclesMask.m
Automatically create a mask of circles from their centers and radii

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

Thumbnail

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

10년 초과 전

답변 있음
Can WE PLOT A TRANSPARENT LINE OVER A SPECTROGRAM IN MATLAB????
Consider using "PATCHLINE" from the File Exchange. Cheers, Brett

10년 초과 전 | 0

답변 있음
Training Custom Classification Model XML creation
Samir, Start here: http://www.mathworks.com/help/vision/ug/train-a-cascade-object-detector.html and then download and use ...

거의 11년 전 | 0

답변 있음
How to create "Trained cascade classification model" like Frontal Face (CART), Upper Body
Kalla, I would suggest that you read the document Anand steered you to, and then download CascadeTrainGUI from the File Exchange...

거의 11년 전 | 0

답변 있음
imhist for an spm image
I might suggest that you look at the documentation for IMADJUST. It's made for this. In fact, Image Analyst, after you created y...

거의 12년 전 | 0

문제를 풀었습니다


Remove white space from the string
Remove the white spaces (trailing and leading) from the input variable

거의 12년 전

문제를 풀었습니다


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

거의 12년 전

문제를 풀었습니다


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

거의 12년 전

문제를 풀었습니다


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

거의 12년 전

문제를 풀었습니다


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

거의 12년 전

문제를 풀었습니다


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

거의 12년 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

거의 12년 전

문제를 풀었습니다


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

거의 12년 전

문제를 풀었습니다


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

거의 12년 전

더 보기