Santiago Benito
Followers: 0 Following: 0
PhD student at the Ruhr-University Bochum, Germany.
Feeds
已提交
twoPointProbability - Two-point probability functions
Compute two-point probability functions from 2D structures using the Fast Fourier Transform
1 year 前 | 2 次下载 |
已解决
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...
2 years 前
已解决
Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...
2 years 前
已回答
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...
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...
2 years 前 | 0
提问
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...
3 years 前 | 3 个回答 | 1
3
个回答已解决
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
3 years 前
已解决
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...
3 years 前
已提交
imkclustering - Grayscale segmentation using clustering
Segment grayscale images using the k-means, k-medians, k-medoids or k-modes clustering methods.
3 years 前 | 1 次下载 |
已提交
interpclosed
Interpolation, perimeter, area, and second moments of area of 2D closed curves defined solely by points.
3 years 前 | 11 次下载 |
已回答
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...
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...
4 years 前 | 0
已解决
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]; ...
4 years 前
已解决
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...
4 years 前
已解决
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
4 years 前
已解决
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...
4 years 前
已解决
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 ...
4 years 前
已解决
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...
4 years 前
已解决
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:...
4 years 前
已提交
joyPlot - Ridgeline data representation
Plot several datasets in a single axis using the ridgeline representation.
4 years 前 | 23 次下载 |
已回答
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...
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...
4 years 前 | 0
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
6 years 前
已提交
Grayscale image lighting enhancement
This function performs lighting enhancement on grayscale images using simple filters.
6 years 前 | 1 次下载 |
已提交
Discrete Newton: Newton's method for discrete functions
Compute the discrete Newton's and secant method with discrete data.
6 years 前 | 3 次下载 |
已提交
Ellipse Perimeter
Computes the perimeter of an ellipse according an infinite series scheme
6 years 前 | 3 次下载 |
已提交
boundCorrection
Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.
7 years 前 | 1 次下载 |