To the the maximum value of an array and the index of the maximum value, use the max() function as below:
>> a = [1 4 5 7 3 2]
a =
1 4 5 7 3 2
>> [max, index] = max(a)
max =
7
index =
4
>>
Reference:
max - Maximum elements of an array (MathWorks)
Information about Electrical, Electronic, Communication and Computer Engineering 電機、電子、通訊、電腦資訊工程的學習筆記
相關資訊~生醫工程:StudyBME
聽力科技相關資訊:電子耳資訊小站
iOS程式語言:Study Swift
樹莓派和Python:Study Raspberry Pi
2018/07/30
2018/07/04
Meta-Analysis 後設分析/整合分析
Meta-analysis (Wikipedia)
Meta-analysis (ScienceDirect)
整合分析 Meta-Analysis (國家教育研究院)
臨床醫師如何閱讀統合分析(Meta-analysis)的論文
童年經驗(1) 長大就好!? 42:20-43:15 (GoodTV 幸福學堂 錢玉芬)
Meta-analysis (ScienceDirect)
整合分析 Meta-Analysis (國家教育研究院)
臨床醫師如何閱讀統合分析(Meta-analysis)的論文
童年經驗(1) 長大就好!? 42:20-43:15 (GoodTV 幸福學堂 錢玉芬)
訂閱:
文章 (Atom)