Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
284.227
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
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 write a function that returns a graph?
If I write a function like function A = myplot(x,y) A = plot(x,y); set(A,etc....) end When I call this function, a ...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
How to use a function output in another function?
I have written a function in the script, say function A = matrixy() A = zeros(3); end When calling it in the command ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to start again from the previous step?
I want to do something like: x = input('value of x:'); y = input('value of y:'); if (x>=y) ... else ...
alrededor de 11 años hace | 1 respuesta | 0