min and max for arrays of any dimension Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: maxmin.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Duane Hanselman (View more)

min and max for arrays of any dimension script description:




Publisher review:
min and max for arrays of any dimension - Extends min and max to n-D. MINN N-D Array Minimum.

MINN(A) returns the minimum value found in the array A.

[MN,Row,Col] = MINN(A) for 2-D A returns the minimum value MN as well as the row and column subscripts where the minimum appears. Row and Col are column vectors if multiple minimums appear in A.

[MN,Idx] = MINN(A) returns the minimum value MN as well as the linear indices Idx of all elements in A that are equal to MN.

To get the row, column, ..., subscripts associated with the linear indices use IND2SUB(size(A),Idx).MAXN N-D Array Maximum.

MAXN(A) returns the maximum value found in the array A.

[MX,Row,Col] = MINN(A) for 2-D A returns the maximum value MX as well as the row and column subscripts where the maximum appears. Row and Col are column vectors if multiple maximums appear in A.

[MX,Idx] = MAXN(A) returns the maximum value MX as well as the linear indices Idx of all elements in A that are equal to MX.

To get the row, column, ..., subscripts associated with the linear indices use IND2SUB(size(A),Idx). Requirements: ยท MATLAB Release: R13
min and max for arrays of any dimension is a Matlab script for Mathematics scripts design by Duane Hanselman. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5