E
Followers: 0 Following: 0
Python
Spoken Languages:
English
Estadística
CLASIFICACIÓN
213.361
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.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
101.941
of 153.950
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How do I get just the x and y axis to show up?
Hello, i know that using the function grid on i can get a grid on my graphs. However, what function do i have to use to just mak...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Is there a way to achieve the same result as the xlim, ylim functions using different functions?
Hello, i was wondering if there is a way to achieve the same result as xlim, and ylim with a different set of functions? I have ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a function that does the same thing as the numel function?
Hello, I was wondering what other functions could be used to achieve the same result as the numel function?
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Plot polynomial using Eueler's method
syms x; y=x.^3 + x.^2- 12*x; %polynomial function dy= diff(y,x)%derivative of y N=100; h=0.1; x=-4:0.1:3; y(1)=-10; y=ze...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaResuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 2 años hace