Statistiques
RANG
39
of 296 864
RÉPUTATION
5 090
CONTRIBUTIONS
1 Question
1 874 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
471
RANG
17 508 of 20 414
RÉPUTATION
3
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
2
ALL TIME TÉLÉCHARGEMENTS
24
RANG
of 157 249
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How can I make my scatter plot markers opaque, or semi transparent?
hello again a small demo to see the effect of the scatter function parameter 'MarkerFaceAlpha' on the dots transparency wit...
environ 15 heures il y a | 0
Plotting Polar Plots using time series data
hello again well, maybe I'm stupid but I coud not yet figure out how to use Perfect Polar Plots without having to spend some ...
1 jour il y a | 1
| A accepté
how to filter data by rate of change?
hello I was thinking that I could use the "baseline" correction approach, then apply a scale factor on the baseline compensat...
1 jour il y a | 0
| A accepté
How would you implement this reverb structure
FYI this is a code that implement 3 reverbs hope it helps infile='DirectGuitar.wav'; outfile='out_reverb.wav'; % read t...
2 jours il y a | 0
Plot hatched bars with the hatched legends
hello is this the correct result you expect ? two simple corrections (wrong indexes) 1/ to get the correct bars hatched : ...
4 jours il y a | 0
| A accepté
how can I link subplots (for brush data)?
tx to @NVSL for his contribution I can add these little upgrades to your code , like having only one call to readtable at each...
5 jours il y a | 0
time lag where the phase of the signals is not consistent
maybe this ? Split the data in smaller chuncks and do the xcorr on it. you can choose the buffer size and overlap (as you woul...
5 jours il y a | 1
| A accepté
Plot lines with curves from csv file
maybe this ? I'm surprised to be lucky on monday morning rounded corners appears now as red arcs of circle , but there's a bit...
5 jours il y a | 0
| A accepté
Image Processing for ultrasound
let's try some stuff ok I am not an image processing expert , so use that or not ... filename = 'image_needle.jpg'; inp...
15 jours il y a | 0
Reconstructing signal using the IFFT
hello try this (it works for images but also for any 2D numerical array) output = input with minimal error : max(abs(outpic...
15 jours il y a | 1
Why there's opposite fit results phenomenon between the oddnomial and the evennmnial?
hello I suspect this is what you wanted to do (?) load('Ranking.mat') plot(RANKING,Total);grid on hold on order = 5; % 3...
15 jours il y a | 1
| A accepté
spectrogram x-axis match with data
hello again so the problem was simply that you inverted time and frequency vectors when calling imagesc ! I guess the mistak...
15 jours il y a | 0
| A accepté
Animating a 2-D Array as a function of time
not really sure to understand how it should look like , but maybe .... this ? ppdtrace = 0.75+0.5*rand(1200,8); figure(1) ...
16 jours il y a | 0
| A accepté
unable to iterate serially through files in a for loop
hello @shedrach try this as simple approach where I first look at the xls files and create a 2D array that contains month and...
16 jours il y a | 0
Issue with dispaly of 3D images created from multiple 2D slices
For a 3D rendering (like MRI) I suggest you try this : vol3d v2 - File Exchange - MATLAB Central %% create a 3D rendering o...
17 jours il y a | 0
spectrogram x-axis match with data
this can also helps you : %%Method 1: equate axis sizes for all axes after adding colorbar % Size of axes without a colorbar ...
17 jours il y a | 0
How to apply a threshold to gevfit?
hello you can already have a better fit without the threshold and use it only to truncate the fitted curve (but I agree it's...
18 jours il y a | 0
Slice Displaying Grids Instead of Color
hello again there was just one mistake : slice(x,y,z,ta,[],[],1:4); to be replaced with : slice(x,y,z,ta,[],[],kz(1:4)); beca...
19 jours il y a | 0
| A accepté
Function 'boundary' not supported for code generation. How to solve this?
hello based on code seen here : https://fr.mathworks.com/matlabcentral/answers/299796-tight-boundary-around-a-set-of-points ...
19 jours il y a | 0
how do I implement a real time FFT in simulink?
hello why not simply use a counter to do the job ? (as we deal with a sinusoidal wave) you need one counter for the frequen...
22 jours il y a | 0
How to calculate only several frequency with FFT ?
hello try this DFT on a specified frequency - File Exchange - MATLAB Central
22 jours il y a | 1
| A accepté
I want to use a low-pass filter to cut off frequencies above the cutoff frequency.
hello I notice that the cutoff freq is very low compared to fs , so maybe lowpass has a numerical problem when the normalized ...
22 jours il y a | 0
Average Curvature of a Closed 3D Surface
that's me again ! :) so a bit for my own fun , I tried a few things here I decided I wanted to define the intersection of yo...
29 jours il y a | 1
| A accepté
Confine contour lines to region defined by data
hello sorry for not putting alot of comments, but I am in a hurry.... here 's my first suggestion, maybe a little dirty but ...
environ un mois il y a | 0
| A accepté
Fit countours to shape
arrgh - I don't have time to finish my work - it's getting very late here ... and I am not an expert in image processing also ...
environ 2 mois il y a | 0
| A accepté
why envelope by hilbert increasing in tail of signal?
hello again here 3 suggestions appart from the traditionnal hilbert transform see the 2 functions in attachment t = 0:0.0...
environ 2 mois il y a | 0
fittting data using nonlinear optimization fminsearch
hello seems to me the data looks like a traditionnal exp decaying pulse - I don't undertsand how you can have the 1/t² ampli...
environ 2 mois il y a | 0
how to plot graph as file attached.
hello you can read your header file with any matlab function that read ascii / txt files . Here I opted for readlines . Still ...
environ 2 mois il y a | 0
Frequency Response Function and FFT for Modal Analysis
hello yes I a coming very late in the show but maybe there is still a need for a better code you can improve the FRF estimat...
environ 2 mois il y a | 0
How to find distance in a for loop using d=distance
hello the loop must stop one index value before the end also I would suggest you index the d value so you get (numel(TrackLa...
2 mois il y a | 1