Estadística
CLASIFICACIÓN
33.765
of 300.379
REPUTACIÓN
1
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.931
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.299
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
reading image, without nowing the name of the file.
Hello, I'm trying to read an image into a matrix, which i'm not suppose to now the file name in advance. usually i type for e...
más de 11 años hace | 1 respuesta | 0
1
respuestaexp(-x) - sinx = 0
Now it's working, x0 = input('please enter x0 ::: '); eps = input('please enter steps ::: '); iterator = 0;...
casi 12 años hace | 0
Pregunta
exp(-x) - sinx = 0
hi, i'm planning to reach the root of this function: exp(-x) - sinx = 0; here is my code: ----------------------------...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
sphere made of 2d circles in 3d plot
hi i made the code below the create a sphere using 2d circles in a 3d plot: r=1 teta=-pi:0.01:pi x=r*cos(teta...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
3d plot -> 2d cirlce -> specific degree / tilt / slope
Hello, here is a code of creating a 2d circle in a 3d plot using liear algebra, r=1; theta=-pi:0.01:pi; x=r*cos(theta);...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
slope to a circle
hi, how can i give slope two a circle using the code below, if true % code r=1 teta=-pi:0.01:pi x=r*cos(teta...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
2D Circle 3D Plot.
Hello, How can i draw a circle in a 3d plot? thanks,
casi 12 años hace | 3 respuestas | 1
