About 50 results
Open links in new tab
  1. max - Maximum elements of array - MATLAB - MathWorks

    This MATLAB function returns the maximum elements of an array.

  2. max - Largest element in array of fi objects - MATLAB - MathWorks

    This MATLAB function returns the largest elements along different dimensions of fi array A.

  3. max - Maximum elements of symbolic input - MATLAB - MathWorks

    This MATLAB function returns the maximum elements of a symbolic input.

  4. How to find the maximum value of a function? - MATLAB Answers

    Apr 22, 2020 · and I want a numerical value because I need to use the scalar maximum for other calculations. If I procede with this code then "acos (- 33^ (1/2)/8 - 1/8)" shows in every following …

  5. How do I find the indices of the maximum (or minimum) value of my ...

    Oct 7, 2009 · The "min" and "max" functions in MATLAB return the index of the minimum and maximum values, respectively, as an optional second output argument. For example, the following code …

  6. bounds - Minimum and maximum values of an array - MATLAB

    This MATLAB function returns the minimum value minA and maximum value maxA in an array.

  7. To find the maximum value in a matrix? - MATLAB Answers - MathWorks

    Jul 10, 2011 · The max function's first two inputs are the two matrices whose values you want to compare. If you only want to compute the maximum of one matrix, you need something to use as a …

  8. How to find max value for a function between 2 specified values

    Apr 24, 2023 · Hi, I'm wondering how the max function can be used to both find the maximum output value, the given input value that results in that output, and only to search within a specified range. …

  9. islocalmax - Find local maxima - MATLAB - MathWorks

    This MATLAB function returns a logical array whose elements are 1 (true) when a local maximum is detected in the corresponding element of A.

  10. max value of a function - MATLAB Answers - MATLAB Central

    Aug 8, 2022 · This function is a sum of several functions (each of them has one peak), so I know how many peaks it can have at most. Does it allow me to calculate the max?