![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14524513_1547287272251_DEF.jpg)
Will Hardiman
Followers: 0 Following: 0
Statistik
RANG
31.090
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
etwa 3 Jahre vor | 0
| akzeptiert
Frage
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/...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
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 [...
fast 4 Jahre vor
Gelöst
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...
fast 4 Jahre vor
Gelöst
Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...
fast 4 Jahre vor
Gelöst
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...
fast 4 Jahre vor
Gelöst
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...
fast 4 Jahre vor
Gelöst
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:...
fast 4 Jahre vor
Frage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0