Mostra commenti meno recenti
想用matlab语言实现以下功能:
for i = 1 : n
A=[3,5,2,9,0,1,7]
end
求A的最小值位置
第一次循环找到的位置是5,第二次循环找到的位置是6,第三次循环找到的位置是3.。。。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 编程 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!