About 21,100 results
Open links in new tab
  1. abs - Absolute value and complex magnitude - MATLAB

    Complex Magnitude The complex magnitude (or modulus) is the length of a vector from the origin to a complex value plotted in the complex plane. For a complex value, | a + b i | is defined as a …

  2. norm - Vector and matrix norms - MATLAB - MathWorks

    If p = 1, then the resulting 1-norm is the sum of the absolute values of the vector elements. If p = 2, then the resulting 2-norm gives the vector magnitude or Euclidean length of the vector.

  3. Magnitude of a vector - MATLAB Answers - MATLAB Central

    Aug 23, 2024 · I am looking for the magnitude of the vector r. It should be equal to r = (x^2 + y^2 + z^2)^0.5.

  4. How can I calculate the magnitude of n-dimensional vector by …

    Oct 21, 2012 · Is there any specific command for calculating the magnitude of n-dimensional vector?

  5. vecnorm - Vector-wise norm - MATLAB - MathWorks

    If p = 1, then the resulting 1-norm is the sum of the absolute values of the vector elements. If p = 2, then the resulting 2-norm gives the vector magnitude or Euclidean length of the vector.

  6. How to find magnitude of an array of 17 vectors - MathWorks

    Jun 24, 2019 · I have imported a txt file and need to find the magnitude of the 17 vectors on the file. Thanks.

  7. finding magnitude of a vector - MATLAB Answers - MATLAB …

    Nov 7, 2020 · Hi all, I am trying to make a function and the first step within my function is to find the magnitude of a vector that I have named on another script. How do I do this? I willo put my …

  8. Calculate vector norm in Simulink? - MATLAB Answers - MathWorks

    Apr 8, 2013 · Is there a block that finds the norm of a vector in simulink? I haven't found the equivalent to norm(v) from MATLAB. Thanks!

  9. maxk - Find k largest elements of array - MATLAB - MathWorks

    Complex Vector Compute the 2 largest elements of a complex vector according to their magnitude, and return the indices where they are located in the input vector.

  10. freqz - Frequency response of digital filter - MATLAB - MathWorks

    [h,w] = freqz(b,a,n) returns the frequency response of the specified digital filter. Specify a digital filter with numerator coefficients b and denominator coefficients a. The function returns the n …