Statistica
RANK
746
of 295.527
REPUTAZIONE
100
CONTRIBUTI
0 Domande
36 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
20
RANK
305 of 20.242
REPUTAZIONE
4.939
VALUTAZIONE MEDIA
4.20
CONTRIBUTI
8 File
DOWNLOAD
9
ALL TIME DOWNLOAD
48583
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Square Digits Number Chain Terminal Value (Inspired by Project Euler Problem 92)
Given a number _n_, return the terminal value of the number chain formed by summing the square of the digits. According to the P...
circa 6 anni fa
Risolto
Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F_n = F_(n-1) + F_(n-2) * where F_0 = 0 and F_1 ...
circa 6 anni fa
Risolto
Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...
circa 6 anni fa
Risolto
Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....
circa 6 anni fa
Risolto
Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...
circa 6 anni fa
Risolto
Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...
circa 6 anni fa
Risolto
Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...
circa 6 anni fa
Risolto
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
circa 6 anni fa
Risolto
Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...
quasi 7 anni fa
Risolto
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...
quasi 7 anni fa
Risolto
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
circa 7 anni fa
Risolto
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
circa 7 anni fa
Risolto
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
circa 7 anni fa
Inviato
IMAQMOTION - Image acquisition motion detection
A live image acquisition motion detection GUI.
circa 8 anni fa | 1 download |
Inviato
IMAQCALC - Image acquisition calculator
An image acquisition calculator to calculate the expected acquisition rate.
circa 8 anni fa | 1 download |
Inviato
IMAQPLOT - Preview video data using callbacks
Demonstration of previewing Image Acquisition Toolbox video using Handle Graphics and callbacks.
circa 8 anni fa | 1 download |
Inviato
Motion Detection with Image Acquisition Toolbox & Simulink
Motion detection algorithm in Simulink using the Image Acquisition and Signal Processing Toolbox.
circa 8 anni fa | 1 download |
Inviato
Ghosting Demo
GUI showing alpha blending of streamed image pairs.
circa 8 anni fa | 1 download |
Inviato
Line value GUI
Analyze the intensity of an acquired image by line.
circa 8 anni fa | 2 download |
Inviato
Custom File Format Logging
Allows users to define custom format for Image Acquisiton Toolbox file logging.
circa 8 anni fa | 1 download |
Inviato
Timed autosave
Periodically saves the contents of the workspace to a mat file.
circa 8 anni fa | 1 download |
This Images are effected by which noises?
That image looks like you are returning your image in the YCbCr color space but treating it as an RGB image. See http://www.math...
quasi 10 anni fa | 0
Trouble with videoinput and dcam device
You are using a Logitech camera which is a webcam. The |dcam| adaptor does not support webcams. If you are using the |videoinput...
quasi 10 anni fa | 1
| accettato
How do you access both camera sensors of the Bumblebee2 camera?
I haven't used the BumbleBee2, but the BumbleBee camera would return the data from both sensors as a single image. If each senso...
circa 10 anni fa | 0
| accettato
Risolto
Subset Sum
Given a vector v of integers and an integer n, return the the indices of v (as a row vector in ascending order) that sum to n. I...
circa 10 anni fa
Risolto
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
circa 10 anni fa
Risolto
Clean the List of Names
Given a list of names in a cell array, remove any duplications that result from different capitalizations of the same string. So...
oltre 10 anni fa
Risolto
Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...
oltre 10 anni fa
Risolto
Remove the polynomials that have positive real elements of their roots.
The characteristic equation for a dynamic system is a polynomial whose roots indicate its behavior. If any of the <http://www.ma...
oltre 10 anni fa
Risolto
DNA N-Gram Distribution
Given a string s and a number n, find the most frequently occurring n-gram in the string, where the n-grams can begin at any poi...
oltre 10 anni fa