Community Profile

photo

Phong Pham


Con actividad desde 2012

Estadísticas

  • Thankful Level 4

Ver insignias

Content Feed

Ver por

Pregunta


insert 0 in the each 3N location
I have matrix A that has something like this A = [ 1 2 .5 .6 -.7 .9, so on] Now I want A to fill with zero at location 3...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Storing 2 values in one location of matrix with a space
Hi everyone, I want to store 2 values in one location of matrix with a space between them. For example: A = [ 1; 2;...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


export numeric array to ASCII file using save
Hi everyone I want to export matlab data ASCII file. I used save my_data.out A -ASCII and it worked fine. Note that my_data.o...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plot spheres in 3D with one color (no gradient)
Hi everyone I want to plot spheres in 3 D with one color (no gradient). I used surf function as shown below, where a is radiu...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Look at particle on the x-y plane instead of 3-D
Hi anyone, I have a cubic box with 512 spherical particles in three-dimensional space. The particles are random distributed ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Flip the component of column matrix
I have a column matrix such as A= [ 12 13 14 .. 22 23 .. 33 34 ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Combine 2 column matrix into 1 column matrix
I have a matrix A which contains x components, Note that A have multiple rows and columns. Let's say A=[ 1 ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


align the random number in straight line that will restrict in the box dimension
N=40; phi=0.6; % Dimension of the box L=15; % Diameter of particles d=sqrt(4*phi*L^2/(pi*N)); a=d/2; % P...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reverse the y-data in Matlab
No longer needed.

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot a video along with a figure in the same frame.
I have a video and the data to obtain the plot. I want to have the video and the plot in the same frame so I can see both (movie...

alrededor de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Put 3 columns of two matrix in 1 row matrix
I have matrix X and Y with dimension of 100 x 3 X= [ x1 x2 x3; x4 x5 x6; etc]; Y=[ y1 y2 y3; y4 y5 y6; etc]; Now I want...

más de 10 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Put Two matrix into 1 column matrix
Hi Everyone, I have matrix X that has dimension of 100 x 3 and the same with matrix Y X=[ x1 x2 x3; x1_1 x2_2 x3_3, etc...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Want to make linear fitting and plot both graph on the same curve
I have x, y data x=[0;0.100000000000000;0.200000000000000;0.300000000000000;0.400000000000000;0.500000000000000;0.600000000...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Want to fit linear curve on my data.
I have x, y data x=[0;0.100000000000000;0.200000000000000;0.300000000000000;0.400000000000000;0.500000000000000;0.600000000...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


I tried to solve this system of ODE and it took so long to give me results.
function [xprime] = CRungeKutta1(t,x) r=sqrt(x(1)^2+x(2)^2); while (2<r & r<=2.01) A=(16.3096-7.1548*r)/r; L=...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What did i do wrong in this code when i calculate the average of all the run
I run 9 sets of data and try to take the average of 9 sets. I calculate the mean but it shows the mean equals to the last set ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matlab does not give the right answer
I have a code to load the files in the folder with filename_2,

más de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Put two columns matrix into 1 row matrix
I have 2 file such as file1 and file2 file1 contains 52x1 matrix such as x1 x2 etc file 2 contains 52 x1 ma...

más de 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why my matlab code cant load the directory that i wanted it to load instead read the weird file and say no directory
pdir='/Users/Phong/Desktop/RK4/' load this nameS=strcat(pdir,'InitCond30/','InitCond30_',int2str(run)) ...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Dimension mismatch for using Runge Kutta 4 order methods
No longer available

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Define the ODE equals the matrix. Runge Kutta 4
I have velocity vector in matrix form [ 1, 2, 3,4 ]; Velocity is dx/dt 1) first matlab function f = func(t,x) f= [1,...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Return the final x for different t
I tried to create Runge Kutta 4 order method with 2 matlab files: 1) function [fv]=evalfunc(t,x) fv=4.0*exp(0.8*t)-x/2.0;...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Where to buy Student Version of Matlab with 99 dollar
I am looking for Student version of Matlab with 99 dollar. I look on the site but i dont see anywhere with that price. I clicked...

casi 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to write the loop to collect data every step I want
I have M-file with dt = .1,dt= .01,dt=.001 I want to have the data is collected every 1 step for dt =.1, every 10 steps fro dt=...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Write a loop that can generate all data in one M-file with one variable change
dt= a variable that is going to change. % loop q= 0 for i = 0:dt:10 q=q+1 for a= 1:3 for b = 1:3 ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to keep all runs in one file or save it somewhere else to plot it later
I have to run 5 samples at different step time and plot h vs t example : steptime = 1 for the first run for i = 0:stept...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta