Réponse apportée
How to solve swallowtail integral
Hello YM, You won't be able to solve this as a closed form function of X,Y,Z but you can find the integral for given values of ...

7 mois il y a | 0

Réponse apportée
Trying to ubderstand the power distribution in fft plot
Hello Yogesh, The fact that all the abs(peaks)^2 add up to the expected total is just Parseval's theorem and has really nothing...

7 mois il y a | 1

Réponse apportée
How to interpret the amplitude of impulse() results
Hi HG, the large ampltude of the impulse response is correct. (has the original question been edited?) This has to be the cas...

7 mois il y a | 0

| A accepté

Réponse apportée
Find intersections of two sin wave function
Hello ZH The symbol f is a bit overused in your example, but if you have two functions g1 = A*sin(2*pi*f1*t +phi).^2 g2 = A*...

7 mois il y a | 0

Réponse apportée
Struggling to decide the sampling frequency for this fft plot
Hi Yogesh, If the time array has spacing delt (which you denote by dt) and the frequency array has spacing delf, then for an N-...

7 mois il y a | 0

| A accepté

Réponse apportée
Why is my 3D Projectile Trajectory not being calculated properly?
Hi Abeljohn, I think the only real issue here is trying to view the trajectory in plot3, If you let the ground be the xy plane...

7 mois il y a | 1

Réponse apportée
When this code is executed, 36 separate windows will open. I want the result to be displayed in a window.
Hi Babr, I think this is basically what is intended, taking the plot out of the for loop. close all; clear; clc N = 2048; ...

7 mois il y a | 0

| A accepté

Réponse apportée
Why do the limits of the following two equations have opposite signs? (MATLAB R2024a Update 1 _20240418)
Hello dq, I think the behaviour is reasonably clear. The first example is limit((1-(-1)^n)/n, n, 0) = -pi*i. If you look at ...

7 mois il y a | 0

| A accepté

Réponse apportée
Issue in getting correct probabilities for Landau Zener Problem
Hello Aryaman, I believe your step sizes are too large, but the first issue is, in the for loop you define a=v*t(i)/2; but then...

8 mois il y a | 0

| A accepté

Réponse apportée
periodic angular acceleration of mechabism
Hi Alberto, (modified once more) If you apply a constant torque tau and advance the angle of the crank by an angle u, then you...

8 mois il y a | 0

Réponse apportée
What does the period in line 20 ( after v)represent and why is it needed
Hi Bob, f is a vector with 1000 elements and consequently, so is the denominator. The dot allows matlab to divide each of the ...

8 mois il y a | 0

| A accepté

Réponse apportée
Fixed-step size: why doesn't the Nyquist-Shannon sampling theorem work?
Hello Zahara, The Nyquist theorem gives you the bare minimum number of points to describe the oscillation. More points are bet...

8 mois il y a | 0

| A accepté

Réponse apportée
caculate confidence interval from customized pdf
Hello SX, Ordinarily to find the cdfs you would have to use numerical integration. In this case for the normal distributions, ...

8 mois il y a | 1

| A accepté

Réponse apportée
Helmholtz problem in circular disk
Hi Athanasios, the problem is with the table of zeros of the bessel functions. Counting starts with the first nonzero value, s...

8 mois il y a | 1

| A accepté

Réponse apportée
How can it be that my continuous relative phase exceeds 360 degrees?
Hello Suuz, There is nothing inherently wrong with a phase angle of more than 360 degrees. In fact such a phase can be valuabl...

8 mois il y a | 0

Réponse apportée
Symbolic derivative in a sum
Hello OG, If you know d/dp G for the elements of G, you can use d/dp G^-1 = -G^-1 (d/dp G) G^-1 which is all right numericall...

8 mois il y a | 0

Réponse apportée
Solving complex linear equations with conjugate operations
Hello SB, Any way you look at it you have four independent unknown quantities, but there is some choice of their form. For the...

9 mois il y a | 0

| A accepté

Réponse apportée
Confusing THD value for a Signal without Harmonics
Hi weinan, MODIFIED The thd process widens the peaks, as shown by the plot produced when you invoke thd. When the frequency i...

9 mois il y a | 1

| A accepté

Réponse apportée
I'm trying to get code to show the increase of density from the center outward.
Hi Matthew, you could try a cutaway view (which doesn't represent the sphere as a solid) n = 40; r0 = 5; [x y z] = sphere(n...

9 mois il y a | 0

Réponse apportée
Plotting the profile of an airfoil generated by random NACA numbers.
Hello Keaton, I changed the line TT0 = string(:,3:4) to TT0 = string(:,3) since the program does not run otherwise. ...

9 mois il y a | 0

Réponse apportée
Antipodal and Unipolar Analytical Curve
Hello James, For the analytical part, you get an exact match for the curves by replacing Pb_antipodal_analytical = erfc(sqrt(2...

9 mois il y a | 0

| A accepté

Réponse apportée
Total Least squares error help. I tried a couple different things here, but i'm not exactly sure how to do a total least squares error. The numbers aren't making sense to me.
Hi Rian, the problem is that b is a column vector, but predictionvalues is a row vector. Using predictionvalues = m([0, 1, 2,...

9 mois il y a | 1

Réponse apportée
pearsrnd and pearspdf are not coherent for the Pearson IV distribution?
Hello Marco, It appears that you are implicating the pearson rand function here, but I believe the real culprit is the pearson ...

9 mois il y a | 1

| A accepté

Réponse apportée
Problem with damping constant affecting displacement in a mass system displacement system
Hi Daneil, I don't see any signs that your calculation is incorrect, although in some cases you may have to run the calculation...

10 mois il y a | 0

| A accepté

Réponse apportée
Interpolation schemes that produce positive second derivatives of the interpolant
Hi SW, Here is one way to go about it. The data has 10 closely spaced points and one well separated point x(11). Fit the firs...

10 mois il y a | 0

Réponse apportée
3D Fourier Series fftn?
Hi sbr Absolutely this is a 3d fourier series. The reason that the normalization 1/8*LxLyLz does not depend on grid size is th...

10 mois il y a | 0

| A accepté

Réponse apportée
Finding nice color bar limits automatically
Hi William, It looks like you want to move from the limits you have to some with fewer significant figures such as 1 or 2. Her...

10 mois il y a | 0

| A accepté

Réponse apportée
What are the point locations for EHfields() function output?
Hi XC, I don't have the antenna toolbox but there are definite indications that they are using the sphere command. Sphere has ...

10 mois il y a | 0

| A accepté

Réponse apportée
Antenna Element Calibration File Size Calculation
Hi John, assuming the required memory is the product of those four factors, then if these are 64 bit floating point real number...

10 mois il y a | 0

Réponse apportée
Reciprocity mismatch using geodetic2aer and aer2geodetic
Hi Leonardo, There is no reason for the reciprocity you mentioned to hold true. This has to be the case since the aer coodinat...

10 mois il y a | 0

Charger plus