About 24,300 results
Open links in new tab
  1. tf2zp - Convert transfer function filter parameters to zero-pole …

    This MATLAB function finds the matrix of zeros z, the vector of poles p, and the associated vector of gains k from the transfer function parameters b and a.

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

    Root of a Function Defined by a File Find a zero of the function f(x) = x3 – 2x – 5. First, write a file called f.m.

  3. How to find zeros of a function? - MATLAB Answers - MathWorks

    Dec 17, 2018 · But I want to know how to use matlab to find zeros of a function y = f (x) when x is a matrix defined by the user like the above case.

  4. find - Find indices and values of nonzero elements - MATLAB

    Avoid function calls like X(find(X<5)), which unnecessarily use find on a logical matrix. When you execute find with a relational operation like X>1, it is important to remember that the result of …

  5. Transfer Functions - MATLAB & Simulink - MathWorks

    Represent transfer functions in terms of numerator and denominator coefficients or zeros, poles, and gain.

  6. pzmap - Pole-zero map of dynamic system - MATLAB

    This MATLAB function returns the system poles and transmission zeros of the dynamic system model sys.

  7. zero - Zeros and gain of SISO dynamic system - MATLAB

    This MATLAB function returns the zeros of the single-input, single-output (SISO) dynamic system model, sys.

  8. find a zero of a two-variable function - MathWorks

    Apr 20, 2024 · Yes. then you are NOT looking to find a zero of the function, but its MINIMUM value. That is simply achieved using one of many tools, perhaps fminsearch, perhaps fminunc, …

  9. roots - Polynomial roots - MATLAB - MathWorks

    Tips Use the poly function to obtain a polynomial from its roots: p = poly(r). The poly function is the inverse of the roots function. Use the fzero function to find the roots of nonlinear equations. …

  10. zeros - Create array of all zeros - MATLAB - MathWorks

    This MATLAB function returns the scalar 0.If the size of any dimension is 0, then X is an empty array. If the size of any dimension is negative, then it is treated as 0. Beyond the second …