Ibraheem
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
213.607
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
46.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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 use inverves in matrix
Hi, I am trying to make an inverse of a value but I keep getting errors, what can i do to solve this issue.
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
I can't run a file
Hi I am trying to run a file but i keep getting this error.
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
Plotting a 2d graph
Can someone please help me in plotting a ellipse with a function x^ 2 + 9y ^2 = 9
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
calculating Double integral over a region
I am trying to plot this double integral but i keep getting an error, can someone help me out thanks. ymax = @(x) sqrt((9-x....
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Triple integers (cylindrical method)
I am trying to write a code for a triple integral with function of r (radius) t (theta) z xy/2 <= z <= (x^2+2y^2) 1/2 x = rcos...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Making a horizontal region between two functions
How do i fix this, my region is showing on the wrong part of the fuction, but i want it on the other part. can i get help f = @...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating horizontal regions between functions
I tried doing it, but i kept getting it wrong, can you help and tell me what my mistake is. f = @(x) cos(x); g = @(x) x-x; a...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to flip a function
I am trying to flip the last plot so it can fit into the other plots f = @(x) x.^3; g = @(x)x; a = 0; b =1; fplot(f, [a, b...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a horizotal region
I don't really understand how to create a horizontal region between two functions in a graph. I did this to get the vertical re...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
plotting as a function of x
I have no problem ploting as a function of y but when i try replicating it and plotting it as a function of x i get an error or ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do type II double integration on matlab
I have no problem using type I (dydx) and when I use it i get the correct answer but if i try replicating the same method using ...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Example of how to use verticalregion
can someone please post an example of using vertical region on a x-y graph. Tanks
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot x = 1 without any y variable
Ho do i plot a vertical line on a x y graph (x =1) without using the y variable
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
fminsearch for a function f(x,y) = x^4 -3xy+2y^2
can someone please explain what hapens when i usw fminsearch with a starting value of (0,0)
alrededor de 2 años hace | 4 respuestas | 0
4
respuestasPregunta
How do i use fminsearch to find the minimum or maximum of a function . x.^4-3.*x.*y+2.*y.^2
I trying to use fmin search for a function of 2 variable
alrededor de 2 años hace | 2 respuestas | 0