Santiago Benito
Followers: 0 Following: 0
PhD student at the Ruhr-University Bochum, Germany.
Statistica
RANK
30.480
of 295.467
REPUTAZIONE
1
CONTRIBUTI
1 Domanda
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
1
RANK
3.429 of 20.234
REPUTAZIONE
443
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
9 File
DOWNLOAD
46
ALL TIME DOWNLOAD
3508
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
twoPointProbability - Two-point probability functions
Compute two-point probability functions from 2D structures using the Fast Fourier Transform
oltre un anno fa | 2 download |
Risolto
Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...
circa 2 anni fa
Risolto
Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...
circa 2 anni fa
How to interpolate a closed polar plot
Hi, I might be a little late to the party, but here's my solution. You tried to use interpclosed to solve the issue but the fun...
circa 2 anni fa | 0
Domanda
Efficient computation of the sum of pairwise absolute differences
Hi, I am working on a project that requires the computation of the sum of all pairwise absolute differences between elements at...
circa 3 anni fa | 3 risposte | 1
3
risposteRisolto
Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3
circa 3 anni fa
Risolto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
circa 3 anni fa
Inviato
imkclustering - Grayscale segmentation using clustering
Segment grayscale images using the k-means, k-medians, k-medoids or k-modes clustering methods.
oltre 3 anni fa | 1 download |
Inviato
interpclosed
Interpolation, perimeter, area, and second moments of area of 2D closed curves defined solely by points.
oltre 3 anni fa | 11 download |
how can I compute two-point correlation function from binary image??
I might be a little to late, but here's a function I programmed that is much faster: https://de.mathworks.com/matlabcentral/file...
quasi 4 anni fa | 0
Risolto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...
circa 4 anni fa
Risolto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
circa 4 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 4 anni fa
Risolto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
circa 4 anni fa
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
circa 4 anni fa
Risolto
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...
circa 4 anni fa
Risolto
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:...
circa 4 anni fa
Inviato
joyPlot - Ridgeline data representation
Plot several datasets in a single axis using the ridgeline representation.
oltre 4 anni fa | 23 download |
Greetings, Anyway to help to create ridgeline by MATLAB
Hi there, Maybe it's a little late, but I stumbled upon the same problem. I really wanted the plots to overlap, so I did the fo...
oltre 4 anni fa | 0
Risolto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
circa 6 anni fa
Inviato
Grayscale image lighting enhancement
This function performs lighting enhancement on grayscale images using simple filters.
oltre 6 anni fa | 1 download |
Inviato
Discrete Newton: Newton's method for discrete functions
Compute the discrete Newton's and secant method with discrete data.
oltre 6 anni fa | 3 download |
Inviato
Total Perimeter
Computes the total perimeter of objects in a binary image
oltre 6 anni fa | 1 download |
Inviato
Ellipse Perimeter
Computes the perimeter of an ellipse according an infinite series scheme
oltre 6 anni fa | 3 download |
Inviato
boundCorrection
Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.
quasi 7 anni fa | 1 download |