Will Hardiman
Followers: 0 Following: 0
Estadística
0 Problemas
6 Soluciones
CLASIFICACIÓN
31.068
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
4 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
44.879
of 153.912
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
73
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
Unwrap does not work for vector
I just re-read the documentation for unwrap, where it clearly says: Q = unwrap(P,tol) compares the jump between elements of P t...
casi 3 años hace | 0
| aceptada
Pregunta
Unwrap does not work for vector
I have a vector, y, calculated as atan(a/b). Naturally when b is close to 0 the tan function exhibits a phase wrap: y = atan(a/...
casi 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...
más de 3 años hace
Resuelto
If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...
más de 3 años hace
Resuelto
Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...
más de 3 años hace
Resuelto
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...
más de 3 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
más de 3 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 3 años hace
Pregunta
Understanding the FFT documentation
As I understand, for a signal x, the frequency spectrum X = fft(x) is two-sided - the first half of the array is frequencies 0 t...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Arguments block syntax not being recognised
I'm trying to use an arguments block for input argument validation in a standalone function. I followed the instructions here, a...
casi 5 años hace | 1 respuesta | 1
1
respuestaPregunta
Regionprops returning "wrong" axis lengths
I have a segmentation pipeline which produces a binary mask fitted to the outline of a cell. When I use regionprops to measure t...
alrededor de 5 años hace | 1 respuesta | 0