Community Profile

photo

Santiago Benito


Last seen: 23 dagen ago Active since 2018

PhD student at the Ruhr-University Bochum, Germany.

Statistics

All
  • Personal Best Downloads Level 3
  • Thankful Level 1
  • Treasure Hunt Participant
  • 5-Star Galaxy Level 4
  • Editor's Pick
  • First Answer
  • First Review
  • First Submission
  • Solver

View badges

Content Feed

View by

Submitted


twoPointProbability - Two-point probability functions
Compute two-point probability functions from 2D structures using the Fast Fourier Transform

9 maanden ago | 5 downloads |

Thumbnail

Solved


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

meer dan een jaar ago

Solved


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

meer dan een jaar ago

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

meer dan een jaar ago | 0

Question


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

meer dan 2 jaar ago | 3 answers | 1

3

answers

Solved


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

meer dan 2 jaar ago

Solved


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

meer dan 2 jaar ago

Submitted


imkclustering - Grayscale segmentation using clustering
Segment grayscale images using the k-means, k-medians, k-medoids or k-modes clustering methods.

meer dan 2 jaar ago | 3 downloads |

Thumbnail

Submitted


interpclosed
Interpolation, perimeter, area, and second moments of area of 2D closed curves defined solely by points.

bijna 3 jaar ago | 18 downloads |

Thumbnail

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

ongeveer 3 jaar ago | 0

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

meer dan 3 jaar ago

Solved


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]; ...

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Submitted


joyPlot - Ridgeline data representation
Plot several datasets in a single axis using the ridgeline representation.

bijna 4 jaar ago | 38 downloads |

Thumbnail

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

bijna 4 jaar ago | 0

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

meer dan 5 jaar ago

Submitted


Grayscale image lighting enhancement
This function performs lighting enhancement on grayscale images using simple filters.

meer dan 5 jaar ago | 1 download |

Thumbnail

Submitted


Discrete Newton: Newton's method for discrete functions
Compute the discrete Newton's and secant method with discrete data.

meer dan 5 jaar ago | 3 downloads |

Submitted


Total Perimeter
Computes the total perimeter of objects in a binary image

bijna 6 jaar ago | 1 download |

Thumbnail

Submitted


Ellipse Perimeter
Computes the perimeter of an ellipse according an infinite series scheme

ongeveer 6 jaar ago | 2 downloads |

Thumbnail

Submitted


boundCorrection
Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.

ongeveer 6 jaar ago | 1 download |

Thumbnail