Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
171.405
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.212
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
While problem, generating random numbers
Write a function called one_so_small that takes no input arguments and returns three scalars as output arguments. If it is call...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I add all the differents additions to one scalar output?
Write a function called summit that takes three vectors of the same length as input arguments (the function does not have to ch...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I create a function with random imputs? I have to create a function called tri_area that returns the area of a triangle with abse b and heigh h, where b and h are input arguments of the function in that order
function area = tri_area(b,h) b=2 h=3 area=(b*h)/2; end %They ask for ans answer when h=3 and b=2 AND OTHER with random in...
alrededor de 5 años hace | 1 respuesta | 0