![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12504065_1523682435333_DEF.jpg)
Mohammad Ezzad Hamdan
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
224.259
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 loop half matrix
for i=2:nhx-1 for j=2:nhy-1 Unew(i,j) = U(i,j)-dt*(P(i+1,j)-P(i-1,j))/(2*hx)... +nu*dt*(1/(hx*hx)...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to produce square matrix in this form
How can I form a square matrix in this form regardless of its dimension. Note that the pattern; 1 will form after three 0 from t...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Replace nested loops with a matrix
I have to optimize this code but i am not sure how to turn it into a matrix. for i=2:nhx-1 for j=2:nhy-1 U(i,j)= ...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Number of elements error
p = [2 3 4 5 6 7 8 9 10]; L2 = zeros(size(p)); xchange = zeros(size(p)); f = @(x) (cos(2*x)).*(sin(x)-0.5*x.^2); for j = 1...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Determine function as output
How can i determine if the output is a fraction, it will return true, or else its a false. Are there any specific function?
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to determine fraction as an output?
I used the '[v,d]=eig(A)' function, but it prints 72.00000 instead of 72. If it is a fraction (eg: 1/3 which will produce 0.3333...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the scalar multiple of two vectors?
Example; a=[1;2;3] and b=[2;4;6], hence the lambda is 2.
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to check that two column vectors are multiple of each other?
Example [1;2;3] and [2;4;6]. Are there any specific functions i can use?
casi 7 años hace | 1 respuesta | 0