![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7552902_1522122033777_DEF.jpg)
Maryam Ansari
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
118.168
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
Trying to use quad to solve this integral but keep getting error
y = @(x)((1.941-24.3*x).^2)/(2.92*(0.02408-x)*(0.01605-x)); %Using quad to calculate integral time = quad(y,0,0.0120...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I replace my values in an iteration?
This is a code I am using to run the modified secant open method. However, I don't understand why my values are not replacing th...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to evaluate a user input function at a given point?
I'm unsure how to evaluate a given function at a given point X. Hypothetically, the user can input any function using any letter...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Sub function not replacing syms variable x with input number
My code isn't finished yet, but this is what I have function findTaylorSeries = TaylorCos0(valueForX,termNum) %%...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
My loop has an infinite recursion, and I'm not sure how to fix it?
I'm trying to implement the Babylonian method through a while loop. When I call my function in another script file, it says I ha...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to end the program once my variable reaches a certain value. I used a conditional, but my program won't stop?
This is a part of my code. I put my if statement outside the while loop. I don't understand how I can get it to stop once "popul...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I keep getting index exceeds matrix dimensions but I don't understand why. I'm trying to sum the elements in an array.
Below is a simple code. I'm creating an array m which contains all odd numbers between 1 and 52015. I'm trying to sum all the el...
alrededor de 9 años hace | 1 respuesta | 0