Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
242.846
of 301.624
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.365
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 175.828
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
Why am I getting this error? Error using horzcat Dimensions of arrays being concatenated are not consistent. Error in flow1d2phase (line 59) subplot(3,1,2); plot([xSw_rf xt_shock max(xSw_all)], ...
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second matrix. To perform elementwise multiplication, use '.*'. Error in flow1d2phase (line 52) xS
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Undefined function 'minus' for input arguments of type 'function_handle'. Error in flow1d2phase (line 46) Sw_shock = fzero(@(Sw)(dfw(Sw)-(fw(Sw0)-fw(Sw))./(Sw0-Sw)), 0.5);
close; clear; clc; %Reservoir properties %ENTER reservoir properties k = 300; poro = 0.2; A = 100; miuo = 1; miuw = ...
más de 5 años hace | 2 respuestas | 0