Community Profile

photo

David Goodmanson


David Goodmanson

Last seen: Today Aktiv seit 2012

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • 36 Month Streak
  • Thankful Level 2
  • Revival Level 3
  • Guiding Light
  • Knowledgeable Level 5
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

ein Tag vor | 0

Beantwortet
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; ...

ein Tag vor | 0

| akzeptiert

Beantwortet
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 ...

4 Tage vor | 0

| akzeptiert

Beantwortet
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...

14 Tage vor | 0

| akzeptiert

Beantwortet
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...

18 Tage vor | 0

Beantwortet
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 ...

21 Tage vor | 0

| akzeptiert

Beantwortet
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...

27 Tage vor | 0

| akzeptiert

Beantwortet
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, ...

etwa ein Monat vor | 1

| akzeptiert

Beantwortet
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...

etwa ein Monat vor | 1

| akzeptiert

Beantwortet
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...

etwa ein Monat vor | 0

Beantwortet
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...

etwa ein Monat vor | 0

Beantwortet
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...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
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...

etwa 2 Monate vor | 1

| akzeptiert

Beantwortet
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...

etwa 2 Monate vor | 0

Beantwortet
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. ...

etwa 2 Monate vor | 0

Beantwortet
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...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
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,...

2 Monate vor | 1

Beantwortet
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 ...

2 Monate vor | 1

| akzeptiert

Beantwortet
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...

2 Monate vor | 0

| akzeptiert

Beantwortet
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...

3 Monate vor | 0

Beantwortet
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...

3 Monate vor | 0

| akzeptiert

Beantwortet
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...

3 Monate vor | 0

| akzeptiert

Beantwortet
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 ...

3 Monate vor | 0

| akzeptiert

Beantwortet
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...

3 Monate vor | 0

Beantwortet
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...

3 Monate vor | 0

Beantwortet
Can I assign vectors with different number of rows per-column to a matrix?
Hi Abdallah, Cell arrays are very versatile but they are also on the slow side. Depending on what you are doing, that may not ...

3 Monate vor | 0

Beantwortet
How do I solve this ODE system where there exists derivatives in both sides?
Hi Arda, These two equations are of the form p' Jxx - r' Jxz = f(...) where ... = p,q,r,J,J,M,M (a bunch of known stu...

4 Monate vor | 0

| akzeptiert

Beantwortet
How can I create randomly scattered points between two circles?
(At Adam's suggestion I moved my previous comment to this answer) What tells the tale is the differential area element in the (...

4 Monate vor | 3

Beantwortet
Hi, everyone! I have a question about generating random meshgrid.
Hello yc, If you are willing to make an approximation to the area of each grid quadrilateral then I think there is a reasonably...

4 Monate vor | 0

| akzeptiert

Beantwortet
Voltage peaks after opening of a contactor in an inductive circuit
Hello Ivan, I'm not sure how you obtain 17.5kV from 500A and 50ns, and 50ns seems really fast if the contactor is mechanical, b...

4 Monate vor | 0

| akzeptiert

Mehr laden