savitha muthanna
Followers: 0 Following: 0
Feeds
질문
How do I plot a 64x64x64 matrix?
Hi I have a g_val a 64x64x64 matrix. I want to plot it. I though of using mesh. But, I dont know how to obtain the values of ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
How do I plot the Hamiltonian (phase plot) of a 2d system
Hi I have the Hamiltonian H(p,q). Both p and q are two dimensional arrays of size say (2,N). How do I plot q vs p? (p is deriva...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Plotting results of fft2 with frequencies in the x and y axes
I have the results of the position and momenta of particles, in the matrix y1, from (1:N,1:N) for positions and (1:N,N:2N) of mo...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
Question about taking fft of a set of real values, laying positive values of the vector, followed by 0, followed by negative values
I have the 1-dimensional FPU problem, and I have the following code: YX(IT,1:N+1)=[0 Y(IT,1:N )]; sXF(IT,:)=imag(fft([YX(IT,1...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
How do I plot a 3-d matrix.( error with surf)
I have a 321x60x120 matrix. The matrix has positive and negative float values. I would like to plot it. I tried surf. I get an ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to preserve 2-d initial conditions after passing it into ode45?
Hi, I pass 2d initial conditions, but ode45 linearizes it and makes the matrix into a 1-d array. How do I ensure it is handled ...
3년 초과 전 | 답변 수: 1 | 0