How can I find Mean, Mode and Median in matlab (array) without using any inbuilt functions ? Thanks

Réponses (2)

Image Analyst
Image Analyst le 13 Avr 2015

0 votes

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
Jan le 13 Avr 2015

0 votes

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.

Catégories

En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by