Réponse apportée
my question is what is wrong with my code, the results should be in the first picture not the second.
Hi jana, the problem is that the if statements if mod(row,2)==0 && mod(col,2) ==1 && col>=3 % (b) and i...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
My solver is giving extremely large numbers for a straight forward system of linear equations, what's wrong?
Hi John, What the solver is trying to tell you is that a solution does not exist for this problem, or more correctly it exists ...

presque 5 ans il y a | 2

Réponse apportée
Finding Argument of Bessel Function (1st Kind) to Return Known Solution
Hello 1:5, syms r ex = 5; R = 160; F = besselj(0,(2.405*r)/(R + ex)); Ratio = 0.3005; q = F == Ratio; vpasolve(q,r,[0 ...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
Multiplication of sparse matrix and a normal matrix
Hi Amit, sum(S)' where the result is still sparse, or full(sum(S)') if you want a regular vector at that point.

presque 5 ans il y a | 0

Réponse apportée
How to find the best fit curve as a vertical scaling of another curve?
Hi SojM, Suppose you have points x,y for the function f(x), where x and y are column vectors. And suppose the red points are t...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
Solving a system of 4 equations to find the cosine directions from stress matrix and principle stress
Hi Trevor, After taking the terms involving sigma over to the right hand side, the equations are just the eigenvalue equation w...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
How can i use the ifft() function properly?
Hi Andres, Shifting a function in time by t0 produces a factor of exp(2 pi i f t0) in the frequency domain. In this case it's ...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
inverse Fourier transform without error problem
Hi MO, It turns out that the variable m is positive in most of its range, but is negative for the array elements >> [min(find(...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
why the number of point of sfft and istft is different、
Hi neal, The documentation for stft says that if you want the number of sample points to be unaffected, then if length of the ...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
How to solve hyperbolic equation with ratio?
Hi L^2, It never hurts to make a plot. Assume for the moment that z >1. Calling the right hand side of the equation f(x), the...

presque 5 ans il y a | 0

Réponse apportée
Request for help computing convolution of random variables via fft
Hi Jeff, It's nice to see a contribution of mine from almost four years ago come up, as just one of many people who have made c...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
How to do multiple functions or subroutines in one .m file
Hi Collin Here is a quick example. Functions must go at the very end of the script, and each function must have an 'end' state...

presque 5 ans il y a | 2

Réponse apportée
spline interpolation of angular data
Hi mukesh, The regular cubic spline is using angle as the independent variable to define x and y parametrically in the usual wa...

presque 5 ans il y a | 0

Réponse apportée
Change the hot colormap so that the default value of 1 is white
Hi Matthew, The 'hot' colormap has white at one end of its scale and almost-black at the other. Suppose you successfully chang...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
finding Annihilator matrix on the left for a matrix
HI Waqar, The matlab function null(A) creates a matrix such that A*null(A) = 0. But you want the matrix F to multiply A on the...

presque 5 ans il y a | 1

Réponse apportée
CDF of VOn Mises distribution
HI Aep, This is straight numerical integration and provides the cdf at 1e6 equally spaced points in theta, from -pi to pi. k...

presque 5 ans il y a | 0

Réponse apportée
How can I calculate in MATLAB-the electric field due to a time varying magentic field for a simple geometry?
Hello MC, From the plot it is not that easy to see what is going on since the two field colors are similar. Could you post a s...

presque 5 ans il y a | 0

Réponse apportée
How to make a colorbar with single color with varying intensity?
Hi Subhodh, I agree with Bjorn that it's possible to get caught up in this, and it is going to take some work to make something...

presque 5 ans il y a | 0

Réponse apportée
Computation of the bandwidth of a spectrum in wavelength domain
Hi Ikechi, the problem is basically that there are not enouch points to work with. lambda = lambdaaxis; lambda_range = (lambd...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
How to calculate permutation powers
Hi lilly, Since the 1:n in the first row is just along for the ride, you don't have to carry it along in the calculation; you c...

presque 5 ans il y a | 0

Réponse apportée
Does pwelch function adopt already the correction factor due to the window?
hello sy, At this point I believe that the documentation is misleading in that it appears to imply Power/unit_frequency but the...

presque 5 ans il y a | 1

| A accepté

Réponse apportée
How do I define this integral function?
Hello LT, fun1 = @(x) x.^2 q1 = @(x) integral(fun1,0,4) q2 = integral(fun1,0,4) q1 = function_handle with value: ...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
I am trying to solve for w using determinants
Hi Khaled, complex results do not seem right in this situation. M-M' ans = 0 0 0 0 % symmetric ...

environ 5 ans il y a | 0

Réponse apportée
Help on trigonometric equation solution. Thanks a lot!
Hi Jack, Fortunately the solver is coming up with the correct angle, except for the 2*pi ambiguity. So, after the solver does ...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Calculation the integral of the exponential of a matrix
Hi raha, I think you can go with the following technique, which does integration, differentiation etc. at the eigenvalue level....

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Problem understanding PCA and eigenvectors of covariance matrix
Hello Jaime, Scores are not the eigenvalues of the covariance matrix. Rather, 'latent' have that role. Scores are projections...

environ 5 ans il y a | 1

| A accepté

Réponse apportée
Lotka-Volterra, can you estimate steady-state values from just exploring a plot?
Hi Kamila, Here is one fairly simple way to find the parameters. The two equations are dhare/dt = k1*hare - k2*hare*lynx dl...

environ 5 ans il y a | 0

Réponse apportée
How to solve a complicated equation?
Hi Cola, Since there is one equation and two unknowns, it must be possible to define, say, beta in terms of alpha, where alpha ...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
What is the difference between unwrap() function and principal value in finding the unwrapped phase?
Hi Ansam, The atan2 function does not unwrap anything. It merely produces a four-quadrant theta, with -pi < theta <= pi. Co...

environ 5 ans il y a | 1

| A accepté

Réponse apportée
Fast Fourier Transform Issue
Hi Anas, suppose you have N = 1000 points over an interval of one second. The time array is t = (0:999)/1000. [see note below]...

environ 5 ans il y a | 0

| A accepté

Charger plus