Hamza Aboumaray
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
204.786
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Finite Element Analysis for Fixed Ended Beam with a Point Load example: I am getting this error: Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the se
Fixed Ended Beam with Point Load Example %Data E = 2.1E5; % N/mm^2 L = 6000; % length in mm I = 78E6; % mm^4 Elemental Stif...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I find the oscillation of these wobbles on matlab?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I get this error message for this code: Array indices must be positive integers or logical values.
% Values of constants l = 89; h = 49; D = 55; beta1 = 11.5; alpha = 33; % Compute A, B, C, E A = l*sind(Beta1); B = l*c...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I round off the answer for the depth to within 2mm?
% Values of constants syms h r = 0.3; V = 0.35; L = 3; eqn = (0.5*pi*r^2-r^2*asin(h/r)-h*sqrt(r^2-h^2))*L == V; answer = v...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Can someone please fix my matlab code? Don't know how to get rid of the warning: Unable to solve symbolically. Returning a numerical solution using vpasolve.
% Values of constants syms r V L h r = 0.3; V = 0.35; L = 3; eqn = (0.5*pi*r^2-r^2*asin(h/r)-h*sqrt(r^2-h^2))*L == V; answ...
más de 4 años hace | 1 respuesta | 0