Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
160.984
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.172
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 create multiple matrices with multiple variable?
provided x=1:100 How to create 100 matrices (all must be having pattern of [x 0 0; 0 x 0; 0 0 x]) at the same time without typi...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Cramers rule debugging help
[a1 a2 a3; b1 b2 b3; c1 c2 c3]= input(' matrices') A= [a1 a2 a3;b1 b2 b3;c1 c2 c3] [x1; x2; x3]= input('right hand side matric...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
error when substituting value
what is the meaning of the code below? >> f(x) = -0.5.*(x.^2)+2.5*x+4.5 x = 4 f = 0 0 0 ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to determine coordinate from graph
i plotted a graph. >> x = 0:1:20; >> y = (668.061./x).*[1-exp(-0.1468.*x)]-40; >> plot(x,y) And i wanna determine the c...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
why matlab always show my equation as matrix dimension
i have tried to input the equation y = (668.061/x)*[-39-e^(-0.1468*x)] , but it always says that Error using ^ (line 51)...
más de 5 años hace | 2 respuestas | 0
