Réponse apportée
how to make the trend line identifies x as dependant variable
hello so basically you permute x and y data and then you get the new result in my equation output you have to permute x ...

plus de 2 ans il y a | 0

Réponse apportée
Transfer function using time domain Input and output characteristics
hello this is a job for tfestimate if you don't have the Signal Processing Toolbox, see demo files attached.

plus de 2 ans il y a | 0

Réponse apportée
How to use For loop to the below data?
here you are my friend : % main loop for k = 1:numel(berMap) figure A = berMap(k); % caculate the coverage are...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Identification of 2x2 system in SS by separate excitations 1x2
hello there is already tools available for MIMO identification look here : Multivariable Subspace Identification: MOESP - ...

plus de 2 ans il y a | 0

Réponse apportée
Plot data and keep the maximum values
hello several approaches are possible to draw an envelope of your data - like those examples you will notice that none of th...

plus de 2 ans il y a | 1

Réponse apportée
undefine function : error
hello I corrected all the bugs I could find - find my suggestions in the attached zip file now the last point I cannot fully ...

presque 3 ans il y a | 0

Réponse apportée
Plot only the surfaces within a bounding surface?
hello seems to me there is no need for a for loop to compute ymin & ymax also ymin = - ymax , so we can avoid creating yet a...

presque 3 ans il y a | 0

Réponse apportée
How to smooth a curve to the lower bound in Matlab
hello smoothn was done for you ! use the 'robust' option to get rid of the outliers smoothn - File Exchange - MATLAB Central...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
Percentage change in y as a result of 10% reduction in x?
hello try this data file is attached I used this robust smoother : smoothn - File Exchange - MATLAB Central (mathworks.co...

presque 3 ans il y a | 0

Réponse apportée
application of fft analyzer
hello there are multiple aspects in vibration / dynamic system analysis : response signal analysis either in time or frequen...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
Creating the discrete-time graph of a recorded audio signal
hello no panic ! if you have records in wav format , you only need audioread to get your data getaudiodata is not needed h...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
Wishing to remove invalid noisy data from a graph.
My first idea would be to analyse the ratio of variance vs mean value of a buffer of samples (repeat if until the end of the dat...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to interplote and meshgrid 2D scatter plot (bounded by an ir-regular surface)?
hello this should help you move forward side by side the original plot and once resampled (grid data) % Step 1: Plott...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
code to read BUFKIT formatted model data
hello this can be a simple wrapper to get your data D=readlines('data.txt'); % read as string array ixP1=find(contains(...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
3D Histogram from raw data
hello see example below - this is equivalent to hist3 % dummy data (col vectors) x = rand(100,1); y = rand(100,1); z = ra...

presque 3 ans il y a | 0

Réponse apportée
how do i change barwidth of 2 bars simaltaneously
hello I don't think there is a problem with bar simply when you choose a wider bar one can get hidden behind the front bar ...

presque 3 ans il y a | 0

Réponse apportée
Text on point in a 2D plot
hello you can use text for that job xp = 1:0.5:2*pi+1; yp = 0.1*xp+sin(xp); c = rand(size(xp)); scatter(xp,yp,100,c,'fill...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to make output X Y graph like the picture?
hello you simply have to remember that vertical lines need you to duplicate the x value (with different y values of course) ...

presque 3 ans il y a | 0

Réponse apportée
"Unfurl" 3D surface to 2D plane (not projection)
hello after a few trials , this is it ! try this : data = readmatrix('Test1.xlsx',"NumHeaderLines",1); % x y z v x = da...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How do I get smooth edges for a contourf plot on a log-log scale scatterplot?
hello I can suggest this , although I consider it needs some refinements MFR_1 = [0.93016, 0.13933, 0.04154; 4.75072, 0.96454...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
A smoother surfplot, maybe with pchip interpolation
hello I used this excellent FEX submission to get this result : smoothn - File Exchange - MATLAB Central (mathworks.com) ...

presque 3 ans il y a | 0

Réponse apportée
How can I align a sequence of three data points?
hello try this data_A = [0 4 5 7 8 9]; data_B = [4 5 7 8 1 5 6]; data_C = [ 2 5 3 4 5 7 8]; % check that all interse...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
Compute RMS value over 1-second intervals
hello I am not aware of a matlab function called movrms (but there is a movmean and movsum) here a code that does the same th...

presque 3 ans il y a | 0

Réponse apportée
How can I compare reference curve with other curves ?
you could use the correlation coeffiient between two data set (used in curve fitting for example) %%%%%%%%%%%%%%%%%%%%%%%%%%%...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
readtable disfigures the CSV file header
hello here you are : headerRow = {'ID'} {'par_1 (mol)'} {'par_2 (meter^3)'} {'par_3 (kg/L)'} data = readtable('he...

presque 3 ans il y a | 1

Réponse apportée
MinPeakProminence error in findpeaks - detecting unwanted signal
hello again this would be my suggestion hope it helps load ('Data.mat'); [PKS,LOCS,W,P] = findpeaks(y, 'MinPeakProminenc...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
How do I plot the average curve from hundreds of vehicle speed curves and further show only the average curve?
hello try this as every vehicule will have a different range of x data (pos) , you need to first interpolate the data before...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
I want to extract all cell data inside
hello maybe this ? result : out = 1×9 cell array {'o'} {'w'} {'t'} {'p'} {'n'} {'r'} {'b'} {'q'...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
I have 5 arrays (A,B,C,D,E) of size(20x1). 20 Rows represents 20 models. I want to rank best model based on minimise (A,B), maximise (C,D,E). Any hint will be helpful.
maybe this ? AB= rand(20,2); CDE=rand(20,3); ABinv = 1./AB; % minimum(A,B) replaced by maximum of it's inverse ABinvCD...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to get specific tick axis values equally spaced, independently of their values?
hello 1/ seems to me you simply mixed x and ylabels 2/ you may want the Y dir to be put back in "normal" mode result obtain...

presque 3 ans il y a | 0

Charger plus