Write a program ,using function to find the median for the values x ,where x=[8 1 2 9 5].
Mostrar comentarios más antiguos
Write a program ,using function to find the median for the values x ,where x=[8 1 2 9 5].
2 comentarios
KSSV
el 3 de Sept. de 2020
Homework....what have you tried?
nour satar
el 3 de Sept. de 2020
Respuestas (1)
Felipe Bayona
el 3 de Sept. de 2020
1 voto
This forums are not to solve your homeworks, are to solve problems and questions when using MATLAB
For that read the documentation about functions in MATLAB
and look for a good definition of what is a median value.
MATLAB has its own implementation for that function, but it seems your homework is to do it by yourself
Good luck
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!