Write a program ,using function to find the median for the values x ,where x=[8 1 2 9 5].
2 ビュー (過去 30 日間)
古いコメントを表示
Write a program ,using function to find the median for the values x ,where x=[8 1 2 9 5].
2 件のコメント
回答 (1 件)
Felipe Bayona
2020 年 9 月 3 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!