Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
179.089
of 300.352
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.928
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
overplotting 6 graphs by changing into 3 graphs
Two M-files one contains differential equations and another one to run and plot the graphs. since i am using ode solver, it has...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab, how to know time step size in the plot or how can i get the output of time step size?
Since i am using matlab ode23s solver, it contains two matlab files . One contain the differential equations and another contain...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving Non-linear System of 3 differentail equations(Lorenz equations) using ode solver: ode23s in Matlab
I am trying to solve 3 differentail equations(Lorenz equations) using ode solver: ode23s in Matlab. Here are the 3 lorenz equati...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Newton-Raphson Method for Non-linear System of 3 variables in Matlab
I am trying to solve 3 non-linear system of 3 variables using the newton-raphson method in matlab. Here are the 3 non-linear equ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Fortran code to open matlab files for plotting
PROGRAM Gauss_Seidel IMPLICIT NONE ! Declare Variables Real, allocatable :: x(:),y(:),u(:,:), v(:,:),u_old(:,:) ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to plot 3-d using surf(xyu) where -1<x1, -1<y<1.
PROGRAM Jacobi_method IMPLICIT NONE ! Declare Variables Real, allocatable :: x(:),y(:),u(:,:), v(...
más de 11 años hace | 1 respuesta | 0
