![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8557334_1522127259956_DEF.jpg)
Santiago Benito
Followers: 0 Following: 0
PhD student at the Ruhr-University Bochum, Germany.
Estadística
CLASIFICACIÓN
31.029
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
1 Pregunta
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
3.376 of 20.419
REPUTACIÓN
454
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
9 Archivos
DESCARGAS
35
ALL TIME DESCARGAS
3624
CLASIFICACIÓN
28.763
of 157.725
CONTRIBUCIONES
0 Problemas
14 Soluciones
PUNTUACIÓN
160
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
twoPointProbability - Two-point probability functions
Compute two-point probability functions from 2D structures using the Fast Fourier Transform
más de 1 año hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4c48426c-5ddc-46d7-9e96-9d545e2bac1e/cb55e6bb-d10b-4a5f-9a7d-3c9326500271/images/1612344919.jpg)
Resuelto
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...
más de 2 años hace
Resuelto
Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...
más de 2 años hace
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...
más de 2 años hace | 0
Pregunta
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...
más de 3 años hace | 3 respuestas | 1
3
respuestasResuelto
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
más de 3 años hace
Resuelto
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...
más de 3 años hace
Enviada
imkclustering - Grayscale segmentation using clustering
Segment grayscale images using the k-means, k-medians, k-medoids or k-modes clustering methods.
más de 3 años hace | 1 descarga |
Enviada
interpclosed
Interpolation, perimeter, area, and second moments of area of 2D closed curves defined solely by points.
casi 4 años hace | 5 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/22382256-05ed-4ca3-b6c8-f08b691a55d1/67317fdc-5138-4335-90a8-cac21f2af328/images/screenshot.jpg)
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...
alrededor de 4 años hace | 0
Resuelto
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]; ...
más de 4 años hace
Resuelto
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...
más de 4 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.
más de 4 años hace
Resuelto
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...
más de 4 años hace
Resuelto
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 ...
más de 4 años hace
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...
más de 4 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:...
más de 4 años hace
Enviada
joyPlot - Ridgeline data representation
Plot several datasets in a single axis using the ridgeline representation.
casi 5 años hace | 19 descargas |
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...
casi 5 años hace | 0
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 6 años hace
Enviada
Grayscale image lighting enhancement
This function performs lighting enhancement on grayscale images using simple filters.
más de 6 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d072999f-93b0-4ca1-a712-43bc6d609c52/2b5ea314-0179-4d16-93ef-ad18a1f2d977/images/screenshot.jpg)
Enviada
Discrete Newton: Newton's method for discrete functions
Compute the discrete Newton's and secant method with discrete data.
más de 6 años hace | 3 descargas |
Enviada
Total Perimeter
Computes the total perimeter of objects in a binary image
casi 7 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/67272/versions/5/screenshot.jpg)
Enviada
Ellipse Perimeter
Computes the perimeter of an ellipse according an infinite series scheme
casi 7 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66647/versions/2/screenshot.png)
Enviada
boundCorrection
Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.
alrededor de 7 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66010/versions/2/screenshot.jpg)