Community Profile

photo

ymyveny


Last seen: 11 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
matlab读取excel某列数值后,取得最大值和该值的行号,如何读取该数值上下各10个数值。
示例: I = rand(100,1); [Imax,Iind] = max(I); Temp = I(Iind-10:Iind+20,1);

11 maanden ago | 0

| accepted