Writing a vector function, find median without using median()

2 ビュー (過去 30 日間)
sok sim
sok sim 2012 年 4 月 18 日
Write a function to calculate the median of a vector of numbers. Your function should work whether a column vector or row vector is passed as the actual parameter. Do not use the built-in function median() rather sort your vector and then find the middle value. Remember that if your vector has an even number of elements, then the median is the arithmetic mean of the middle two values. You may want to look at the reshape() function or review how to transpose a matrix.
  8 件のコメント
Jan
Jan 2012 年 4 月 19 日
And it seems like sok sim does not care about comments.
Walter Roberson
Walter Roberson 2012 年 4 月 19 日
I struggle to resist the temptation to provide correct but incomprehensible answers that prove it can be done but which any teacher would fail as being obviously copied.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by