Community Profile

photo

Jade Henrichon


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


find local maxima of a signal
Hi! I need to find all maximas of a signal and their position. I did this code, but it only give me the absolute maxima of all...

3 years ago | 1 answer | 0

1

answer

Question


For loop for hilb matrix
Hi! I have to make 8 matrix hilb with different n. I tried to do a for loop, but each time, the result was always the matrix o...

3 years ago | 1 answer | 0

1

answer

Question


How to use fprintf for a symbolic matrix
I have this : syms n2 n1 R d ; RS = [1, 0; -(n2-n1)/(n2*R), n1/n2]; P1 = [1, d ; 0, 1]; RF = [1, 0; 0, n2/n1]; Lplanoconvex...

3 years ago | 1 answer | 0

1

answer