what is meant by nanmean (nanmean) in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
Hey, Actually i want to know the meant of nanmean (nanmean) and its used in matlab code purpose
댓글 수: 0
답변 (1개)
Stephen23
2015년 3월 21일
편집: Stephen23
2015년 3월 21일
When I used an internet search engine to search for "MATLAB nanmean" the official documentation was the very first result! And the first line states: " y = nanmean(X) is the mean of X, computed after removing NaN values."
You should learn how to search the MATLAB documentation: it really is rather helpful, and makes your life much easier when you can find things by yourself without having to ask stranger on the internet. Spend ten minutes navigating the contents (on the left on the website) and you might just discover lots of useful new functions and advice too!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!