0 我想返回行,列索引。例如, a = [1 2 3; 7 8 9; 4 5 6] 在此矩陣中,最大值爲9. 我想返回第2行,第3列9.OCTAVE:行,列索引返回 來源 2016-12-30 user7359166 +2 的可能的複製[查找八度最高指數(http://stackoverflow.com/questions/29769580/find-max-indices-in-octave) – PereG +1 這個職位是某種數學題 – user1981275
0 這很簡單。 https://www.gnu.org/software/octave/doc/interpreter/Index-Expressions.html a(2,3) 來源 2017-08-10 08:26:29 AG1
的可能的複製[查找八度最高指數(http://stackoverflow.com/questions/29769580/find-max-indices-in-octave) – PereG
這個職位是某種數學題 – user1981275