![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25679941_1645549798959_DEF.jpg)
Gabriel Quattromani
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
11.351
of 297.046
REPUTACIÓN
4
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
When i plot a 2D plot and then try to label the axis only the label appears and the graph disappear
Use 1 line to plot both graphs, as such: x = linspace(0,2*pi); y = sin(x); y2 = cos(x); plot(x,y,x,y2,":") legend("sin","...
más de 2 años hace | 0
| aceptada
Pregunta
Using the nodal method in ventilation analysis
I am developing a script to find the internal pressures of 3 separate zones using the exterior pressures, using the Jacobi matri...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
1-D Transient Conduction - Implicit Method
Hi, I am writing this code which is intended to find the minimum required depth of water pipes required for them to no...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
1D Heat Equation Explicit Scheme
Hi, I am trying to write a program to find the minimum depth required to avoid pipes at a depth of xm from freezing, after a tem...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
1D Heat Equation Explicit Scheme (fixed)
clear all p=2050; % density(kg/m^3) k=0.52; % conductivity(W/m-K) c=1840; % specific heat capacity(J/kg-K) T_ini...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Having errors in a multivariable for loop.
I have this following code in order to find the values of vmax with varying h and x. The values are to be inputted into a single...
casi 3 años hace | 2 respuestas | 0