Mean, Mode and Median
Mostrar comentarios más antiguos
How can I find Mean, Mode and Median in matlab (array) without using any inbuilt functions ? Thanks
Respuestas (2)
Image Analyst
el 13 de Abr. de 2015
0 votos
Just use regular programming, like you learned in your first programming course. Use a for loop to check each element. Since it's almost certainly homework, we can't really do much more for you.
Jan
el 13 de Abr. de 2015
0 votos
You can't. Even an assignment of a variable calls the built-in susassgn. You need at least for loops, comparisons (which mean the built-in functions le, ge etc.). See: http://www.mathworks.com/matlabcentral/answers/38787-what-can-be-programmed-without-any-built-in-functions . So please ask the one, who has created this homework question, for valid instructions.
Categorías
Más información sobre Loops and Conditional Statements 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!