photo

University


Last seen: 28 jours il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

40 Questions
0 Réponses

RANG
280 085
of 299 246

RÉPUTATION
0

CONTRIBUTIONS
40 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
62.5%

VOTES REÇUS
1

RANG
 of 20 666

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 163 884

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

  • Thankful Level 4

Afficher les badges

Feeds

Afficher par

Question


Finding roots of a complex function
Hi, I'm trying to find the roots of a complex function z=x+iyz in MATLAB. However, it seems that the root-finding routine is mi...

29 jours il y a | 1 réponse | 0

0

réponse

Question


embedding inset plots in subplots matlab
Hi, I am trying to plots an insets plots in aubplots but only the last subplot and inset plots are shown. Please can someone hel...

10 mois il y a | 2 réponses | 0

2

réponses

Question


Determine the direction of travelling waves in Fourier Analysis
% I am conducting a FFT analysis and i I observed that there is travelling % wave. Please, how do I determine the direction of ...

10 mois il y a | 1 réponse | 0

1

réponse

Question


Draw an arrow on a plot
Please how can draw an arrow on each of this plot showing the direction for increasing time.

environ un an il y a | 1 réponse | 0

1

réponse

Question


Plotting a single contour to divide a region into two
In the figure I attached, I have oscillatory region and non-oscillatory region. Pleas how can I plot a single contour line that ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Why fft don't find oscillations ?
I'm trying to find an FTT of an oscillatory data. In the first figure, you can observed an isolated white region. In this region...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


Find the roots of transcendental algebraic equations
Hello, I have a transcendental equation that has real and imaginary roots. I used MAPLE to solve the algebraic equation but it M...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


Parameter estimation of SEIHRDBP model
% I am back please. I have gotten the data correct data with date. The whole idea is that I want the parameter estimation for pa...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Parameter estimation of SEIHRDBP model
% I want simulate "parameter estimation of SEIHRDBP Model", where % S=susceptible, E=exposed, I=infected, H=hospitalised, R=rec...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to find corresponding frequencies for frequency magnitudes in FFT analysis
% I computed the fft for 10 values of xi and % 10 values of l as shown below. I am trying to determine which values % of xi an...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to add a legend for multiple figures with horizontal and south location
% Please how can add one legends for the subplots. I want the legend % location to south and horizontal. I also want to break t...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Loading multiple structure from a folder
I am tried load multiple structures from a folder but I got a error below: filepath = '..\sol_active_case11\'; mydata = dir...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


The logical indices contain a true value outside of the array bounds
Please, how can I tackle "The logical indices contain a true value outside of the array bounds" error? I don't what exactly is t...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


The logical indices contain a true value outside of the array bounds
I am trying to test the following conditions: if intabsul == absintul && intabsur==absintur returns the corresponding entries...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to return corresponding entries of an array using if statement
Please how can I handle this: I want to use if statement such that if intabsul == absintul && intabsur==absintur returns th...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


x or y intercept for 2D data
I have a 2D data of the form u(y, xi, l). Ie., 31x20x20, where 31 are values of y, 20 are u values that corresponds to 20 xi val...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


How to make contour to have the same axes
I have a two different plots with 2 different axes. The second plot (fig2) is extracted from the first plot (fig1). Please how ...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


Why is matlab printing all number of digit.
Please why matlab displaying all the number of digits on the y axis. See the attached figure, the code below produces the fiugre...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


How to make an axis two different plots the same using the aspect ratio and how to set the contour colors the same.
How to make an axis these two different plots the same using the aspect ratio and how to set the contour colors the same? Althou...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to match colors of an extracted contour with the colors of the main figure?
I extracted the region for activity, xi = linspace(58, 115) and l=(1.24787e-06, 2.42592e-06) from the figure attached, which is ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to display contour levels for some specific levels
Is it possible to display contour levels for some specific values? Z = peaks; figure [C,h] = contour(Z,8); clabel(C,h) t...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


PLOT SYMBOLS/MARKER FOR TWO SET OF ARRAYS IN A CONTOUR
Hi, I have two set of arrays: xi = linspace(0, 100, 10); L =linspace(0, 0.0001, 10); and a matrix: intul and I have...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Writing/Loading data that has runs 2 for loops
Hi, Lvals = 1:10; xivals = 1:10; % tarray = 1:20; nt = length(tarray); % lxi =length(Lvals); nxi =length(xivals); % ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Finding x intercept for 2D data
Hi, Please how can i find x intercept at y=0 for 2D array. For instance, I have V which is loop over xi=0:1:10 and l=0:0.1:1....

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


sorting list of structures in a structure
I have a list of structures in a structure. I tried this: %% Load data matpath = 'C:\Users\..; mydata = dir(fullfile(matp...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to find same values in an array and their index
Hi, I have array with some repeated values. I have 1e-6 repeatedly. How can I have find all the values and their correspondin...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to find the position index of vector array
Hi, I have meshgrid on X1 and and Y1 but I have attached only the X1 and x1 and y1 files l=6.6667e-6, l is a line that divides...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


common legend and common for multiple plots
Hi, Please how can include common axes and legend for multiple plots without doing it individually? % Use LaTeX fonts set(gca...

plus d'un an il y a | 1 réponse | 1

1

réponse

Question


What is different between FFT and SHIFTFFT
Please can someone explain why this code : fftshift(fft((x - mean(x)).*hann(L), NFFT)/sum(hann(L))) is better than fftshift...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Finding y-intercept for loop
Hi, In the m.uvals file I 24 x 1 x 31 matrix, 24 are the index of xivals and 31 are the values of u and m.array file is the y...

plus d'un an il y a | 1 réponse | 0

1

réponse

Charger plus