Beantwortet
I require frequency response from transfer function = 1/(s^2+(b/m)*s+k/m) where b= 0.0011, k= 87.88 , m = 0.99 in matlab and i need freq in khz
Hi sia, there is not much need to do any detailed calculation when your starting point is what it is. This system has a small a...

mehr als ein Jahr vor | 0

Beantwortet
Difference between 2 orientations
Hello Jonathan, You have two 3x3 rotation matrices, each expressed in terms of euler angles, Rrpha(:,1:3) = [cp.*ch, -sp, cp...

mehr als ein Jahr vor | 0

Beantwortet
Can't tell if exprnd is working correctly
Hi Umberto, I believe the issue happens because you are plotting the cumulative variables D1 and D2. Once the difference D1-D2...

mehr als ein Jahr vor | 0

Beantwortet
Raising a large sparse matrix to a large power
Hi if you are operating on 'a particular vector' v then you do not have to iterate as in m = m*m % iterate to form ...

mehr als ein Jahr vor | 2

Beantwortet
I’m thinking of make a command to change Hankel matrix into x time series
Hi Ahmed, here is one way y = magic(5) n = size(y,2); x = zeros(1,2*n-1); x(1:2:end) = diag(y).'; x(2:2:end) = diag(y,1)...

mehr als ein Jahr vor | 0

Beantwortet
How to find the width of a peak where there is no actual data, just individual points?
Hi Alfredo, Usually your ydata would be the frequency domain version of a linear quantity such as voltage or displacement. Hal...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
why the simulation period is wrong about schrodinger equation in a harmonic potential
Hi Daniel, Nice animation. Looks like in your 'hamiltonian' function, the kinetic energy is missing a factor of 1/2. Changing...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Units for Thermal PDE thermalProperties Function
Hi Simon, The heat conduction equation is dT/dt = alpha (d^2/dx^2+d^2/dy^2+d^2/dz^2) T where alpha, the thermal diffusivity, ...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
solve 4 equations with some unknown coefficients.
Hi Ahmad, If the answers don't have to match up with the paper, that makes things easier. I took four equations very similar t...

mehr als ein Jahr vor | 0

Beantwortet
looking for convenient way to extract matrix from 1*n*n
Hi YL, A=zeros(5,5,5) B=squeeze(sum(A,1)); Squeeze removes all singleton dimensions.

mehr als ein Jahr vor | 0

Beantwortet
xcorr lag input to time?
Hi Carly, lags is a dimensionless index, so it's in samples (it has to be samples since xcorr has no way of knowing what fs mig...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Most efficient way to put vector on the off-diagonal of the blocks of a block matrix
Hi David, MODIFIED see Dyuman's comment to sensibly shorten this original code. n = 4; v = [1 2 3 4 5 6 7 8 9 8 7 6]; % le...

mehr als ein Jahr vor | 1

Beantwortet
How can I create a random matrix without repeating any value between column
Hello Wan, all columns contain 1 through 4, and all columns are different a = perms(1:4) % all 24 permutations of 1:4 ...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
recreating roots of a derivative of bessel funtion of first order
Hi fv, Here is a function for the first q zeros of both Jn(x) and dJn(x) /dx. As an example, to find the first 100 zeros of th...

mehr als ein Jahr vor | 1

Beantwortet
Picking Branch Cut of Square Root
Hi bil, Here is a function that does that job. It appears that you want to do the division (a-i)/(a+i) before taking the squar...

mehr als ein Jahr vor | 2

| akzeptiert

Beantwortet
Find the nonzero maximum frequency corresponding to FFT graph.
Hi Zahra, the peak at zero frequency is because your signal does not have average value of zero, but has a DC offset. To elimi...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Find combination of 12 matrix rows, fulfilling certain criterion, from matrix of size 3432 *7
Hi Ernesto, Once you have a single 12x7 solution you can make many more by random element swapping of elements in that matrix. ...

mehr als ein Jahr vor | 0

Beantwortet
I know it is a redundant question, but i have no idea why solve keeps returning 0
Hello Andrei, First of all, all these expressions are functions of (x1-x2) and (y1-y2) only. That means if x1,x2,y1,y2 is a so...

mehr als ein Jahr vor | 2

Beantwortet
atanh of negative complex numbers
Hi Derek, For the troublesome subplot, try semilogx(f,unwrap(imag(2*x*gamma))/(2*x)) The idea is that the phase is proportion...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Solving systems of trig equations
Hi Jon, Here is one method. To come up with values of r and g that work, it appears to be easier to think in terms of R = r^2 ...

mehr als ein Jahr vor | 1

Beantwortet
Change the period/frequency of a Van der Pol Oscillator
Hi Alexis, If you want to preserve the shape you will have to have a larger set of parameters. I am taking as given your equa...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Cconditional subtraction of 2 vectors of different lengths
Hi salah, You can do quite a bit if the two vectors are sorted. Assume you have two sorted vectors sx and sy of length Nx and ...

fast 2 Jahre vor | 0

Beantwortet
Get "Matrix is is singular to working precision" when attempting a global stiffness matrix with four nodes
Hi Declan, I am not sure how you are getting the error message. Running the code with k changed to K d(range) = K(range,range...

fast 2 Jahre vor | 1

| akzeptiert

Beantwortet
energy signal
Hi k.v. For a given real signal y(n) of length N, n = 1 to N, the power at any point n is y(n)^2, the average power P is Pave ...

fast 2 Jahre vor | 0

Beantwortet
How can I evaluate a complex definite integral?
Hi Valentin, It's not strictly necessary (see Paul's vpa solution) but it is advantageous to scale things properly before doing...

etwa 2 Jahre vor | 0

Beantwortet
How to use sinc function
Hi Ricardo, while it might be nice to have the Signal Processing toolbox, you certainly don't need to buy any toolboxes to do t...

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
how to find concave angle between three points
Hi Eliska, One thing that does not seem to be mentioned so far is your use of the norm function on the determinant. That makes...

etwa 2 Jahre vor | 0

Beantwortet
calculation error in hyperbolic function
one possibility: (tanh(-10))^2 ans = 1.0000 % correct although tanh(-(10)^2) % traveling parenthesis ans =...

etwa 2 Jahre vor | 0

Beantwortet
Partial derivative with respect to x^2
Hi Yadavindu, df/d(x^2) = (df/dx) / (d(x^2)/dx) = (df/dx) / (2*x) which you can code up without the issue you are seeing.

etwa 2 Jahre vor | 1

Beantwortet
Solving a system of Non-linear Equations with Complex numbers
Hellol Aravindhan, not solved by Matlab, but a bit of algebra shows that with x(1) = 2000*a x(2) = 2000*b x(3) = theta/5 t...

etwa 2 Jahre vor | 0

Mehr laden