Thin Rupar Win
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
63.618
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to plot by using result data?
Dear Sir or Madam, I am new to matlab programming I would like to know how to plot position_x , position_y , velo...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
function call and getting array error
Dear Sir or Madam, I recently learn matlab for my education purpose. I would like to know ho...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with solving discrete element method using leap frog method
Dear Sir or Madam, I am new to writing matlab programming by using Discrete element method using leap frog algorithm...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Discrete element method array problem
n_part=4; kn=5; kt=2/7*kn; m=0.3; g=9.81; rad(1:n_part)=0.5; y=zeros(); position_x=mode([1:n_part],5)+1; velocity_x=rand...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
creating polynomial to matix
hello, I am new to matlab. I would like to change polynomial z=c1+c2*x+c3*x^2+c4*y+c5*y^2+c6*x*y+c7*x*y^2+c8*x*y+c9*x^2*y*2 to ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
hello, how to solve the problem for matrix that a is diagonal matrix and u is random column matrix. I would like to solve the equation to get u=a*u inside the loop. But , I got index in the position 2 is invalid answer. Could you please help me?
e=ones(10,1); a=spdiags([-e 2*e -e],-1:1,10,10); A=full(a); u=rand(10,1); for k=0:9 ...
alrededor de 4 años hace | 1 respuesta | 0