photo

Mathieu NOE


Last seen: 3 giorni fa Attivo dal 2015

Followers: 12   Following: 0

Messaggio

Engineer - mechanices /ekectronics / signal processing Average matlab user for 20 years now. Professional Interests: signal processing, adaptive control, noise and vibration processing

Statistica

All
MATLAB Answers

1 Domanda
1.918 Risposte

File Exchange

1 File

RANK
39
of 298.387

REPUTAZIONE
5.208

CONTRIBUTI
1 Domanda
1.918 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
486

RANK
17.638 of 20.577

REPUTAZIONE
3

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
2

ALL TIME DOWNLOAD
24

RANK

of 161.033

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Ace
  • Thankful Level 2
  • First Submission
  • 36 Month Streak
  • Revival Level 3
  • Knowledgeable Level 5
  • First Answer
  • Explorer
  • First Review

Visualizza badge

Feeds

Visto da

Risposto
Change order of Area and Constantline in the same plot
hello xi was missing so I created a dummy one maybe not the smartest solution, but it does the job : %% Parameters xi = li...

5 giorni fa | 1

Risposto
How to improve spectrogram plot?
I played a bit with some parameters and changed from imagesc to surf (pcolor would also work) to allow for optionnal frequency d...

5 giorni fa | 0

Risposto
Settling time functionality - definition of duration
I could suggest this simple code to answer your last question the first plot shows where the data is within 2% tolerance band ...

5 giorni fa | 0

| accettato

Risposto
Selecting which prominence to use with findpeaks
hello again @Henry I am 100% sure to have fully understood all the maths you want to do on your data but I have some suggestion...

6 giorni fa | 0

| accettato

Risposto
Data extraction for figure
@Viswajit Talluru with Grabit GRABIT - File Exchange - MATLAB Central it was fairly easy to scan seperatly your 3 curves -...

6 giorni fa | 0

| accettato

Risposto
Change colour on grid
hello Andrew one solution is to overlay two mesh plots and ask for the second to have a single bright color (here red) eithe...

7 giorni fa | 1

| accettato

Risposto
Simulink Repeating Sequence giving unexpected Results
hello this is probably due to your choice of solver - what are your options ? I opted for a fixed (discrete) sampling with sa...

7 giorni fa | 0

Risposto
Spatial Frequency (FFT) estimation from image intensity profiles
hello and welcome back let's try it with fft (have a doubt you will get a more accurate result though) the results are in ac...

8 giorni fa | 0

| accettato

Risposto
Improve STFT Plot Clarity
hello @Abo and welcome back ! fist idea with STFT is to maximize the overlap , but anyway the STFT has not the best performan...

8 giorni fa | 1

| accettato

Risposto
Fringe spacing and frequency from image
hello this is maybe a bit oversimplified but I assumed that I would not make a big error by considering that the fringes are p...

12 giorni fa | 2

| accettato

Risposto
Comment afficher une valeur en fraction?
Bonjour @KINGANGA voici une possibilité : % Given decimal number decimalNumber = 0.33333333333; % Find the closest intege...

13 giorni fa | 0

Risposto
How do I find the corner points of an mask
hello let's try with detectHarrisFeatures : not really super efficient I admit , I will propose alternatives ... im = imrea...

15 giorni fa | 0

| accettato

Risposto
Problems encountered when using sph2cart
hello I could not find any quiver issue (tried to reproduce it my way) , but at the end I suspected maybe you need to invert t...

15 giorni fa | 0

Risposto
How to specify the color of each face independently? Either using plot3 or waterfall plot
let's try something %Data x = [3 4 5 6 7 8]; y = 1:10; z = [0.557668282000000 0.338441078000000 0.234647830000000 0.1715715...

16 giorni fa | 1

| accettato

Risposto
how to print a table with hearders all aligned to the center of each column
see attached a nice formatting piece of code for this job example code : data = 1e2.*rand(5,4); fmt = {'%.3g'}; col_header...

16 giorni fa | 0

Risposto
How to shift lines to their correction positions (I need to correct figure)
so finally and hopefully I found somehow a path to the solution first problem was to find the best position and slopes for the...

19 giorni fa | 0

| accettato

Risposto
Bivariate colorscale for color plot
hello maybe this ? I simply assumed for the demo that f and g would be describing a circle in a 2D space the second plot is...

19 giorni fa | 1

Risposto
Writing a loop to compute Indices
hello see basic demo below select which option you want overlap = 0*buffer_size; % overlap expressed in samples (a. For th...

23 giorni fa | 0

Risposto
Spider Plot with Standard Deviation as shaded region
hello again I just created a quick and dirty slightly modified function (sorry for messing it ! ) , so I could suggest this - ...

26 giorni fa | 1

| accettato

Risposto
SDOF time history analysis
if you need a code to perform some spectral analysis and integration (to get velocity and displacement) you can try this : ...

27 giorni fa | 0

Risposto
Correct way to calculate the dominant frequency of time series signal?
hello I was happy at the beginning to share this code , but your signal is so short (in terms of how many cycles are in the wh...

28 giorni fa | 0

Risposto
how to plot all zeros on xaxis?
hello this could be one solution, but it's very basic (for the moment) as all x points are displayed with the same spacing , w...

29 giorni fa | 0

| accettato

Risposto
How to get the values of x axis only visible at the bottom subplots?
hello maybe this ? (all credits to this answer , adapted to your question : Plot - Remove axis ticks but keep grid lines - MA...

29 giorni fa | 0

Risposto
Help with code to fit a BlackBody to data to find temperature
hello seems to me this was a minor issue in the way you code BB, do not use at the same time T as an array and a variable in t...

29 giorni fa | 1

| accettato

Risposto
An update about my Code
hello Danny that looks quite similar to another answer of mine : Read values from fvtool graph - MATLAB Answers - MATLAB Cen...

30 giorni fa | 0

Risposto
How to use pwm with lqr controller?
hello again I am not sure what it brings here to convert your linear outputs to pwm , but a simple demo below if you want to t...

30 giorni fa | 0

Risposto
How can I replicate this plot using the supplied equations?
hello do you mean the last plot ? here a simple code that replicate it : (there is still a bit of work if you want all the...

circa un mese fa | 0

Risposto
Enter multiple values for a single variable
hello and welcome back after all this time In my eyes you are not solving an equation you just computing the numerical output ...

circa un mese fa | 0

| accettato

Risposto
Data must be a single matrix Y or a list of pairs X,Y
hello maybe this ? I prefer to avoid using i and j as loop indexes as those letters usually are reserved as the iamginary un...

circa un mese fa | 0

Risposto
Overfitting of computational model in experimental data
hello fminsearch can be quite sensitive to IC, so even a slightly sub optimal IC value can lead to lack of performance / robus...

circa un mese fa | 0

| accettato

Carica altro