About 51 results
Open links in new tab
  1. find - Find indices and values of nonzero elements - MATLAB

    This MATLAB function returns a vector containing the linear indices of each nonzero element in array X.

  2. Find Array Elements That Meet Conditions - MATLAB & Simulink

    Find Array Elements That Meet Conditions This example shows how to filter the elements of an array by applying conditions to the array. For instance, you can examine the even elements in a matrix, find …

  3. using find function and logical array - MATLAB Answers - MATLAB …

    Jun 5, 2018 · find (M) takes the matrix given in argument M, and returns matrix of indexes in M where value at that index in M is not zero. Z==1 gives a logical matrix of size (Z) showing 1 at index where …

  4. ismember - Find set members of data - MATLAB - MathWorks

    This MATLAB function returns an array containing logical 1 (true) where the data in A is found in B.

  5. fzero - Root of nonlinear function - MATLAB - MathWorks

    This MATLAB function tries to find a point x where fun(x) = 0.

  6. findpeaks - Find local maxima - MATLAB - MathWorks

    This MATLAB function returns a vector with the local maxima (peaks) of the input signal vector, y.

  7. size - Array size - MATLAB - MathWorks

    This MATLAB function returns a row vector whose elements are the lengths of the corresponding dimensions of A.

  8. strfind - Find strings within other strings - MATLAB - MathWorks

    This MATLAB function searches str for occurrences of pat.

  9. Matlab Find () Function - MATLAB Answers - MATLAB Central

    Mar 13, 2022 · Matlab Find () Function. Learn more about matlab, find, matrix MATLAB

  10. Find index with multiple condition, using find function - MATLAB ...

    Sep 21, 2016 · Find index with multiple condition, using find... Learn more about multiple vector comparison, find function, & condition with multiple size, large files