About 257,000 results
Open links in new tab
  1. input - Request user input - MATLAB - MathWorks

    This MATLAB function displays the text in prompt and waits for the user to input a value and press the Return key.

  2. function - Declare function name, inputs, and outputs - MATLAB

    This MATLAB function declares a function named myfun that accepts inputs x1,...,xM and returns outputs y1,...,yN.

  3. How to code an input function in script? - MATLAB Answers - MathWorks

    Jan 10, 2021 · How to code an input function in script? . Learn more about input, function, script, user, prompt, string, output, x, y, calculation, program

  4. inputdlg - Create dialog box to gather user input - MATLAB

    This MATLAB function creates a modal dialog box containing one or more text edit fields and returns the values entered by the user.

  5. Pass Function to Another Function - MATLAB & Simulink - MathWorks

    Pass Function to Another Function You can use function handles as input arguments to other functions, which are called function functions. These functions evaluate mathematical expressions over a range …

  6. Functions as function inputs with specified inputs - MATLAB Answers ...

    Nov 14, 2017 · Functions as function inputs with specified inputs. Learn more about matlab function, functions as input arguments, function handle MATLAB

  7. Argument Validation Functions - MATLAB & Simulink - MathWorks

    The only purpose is to check the validity of the input value. Validation functions must accept the value being validated as an argument. If the function accepts more than one argument, the first input is the …

  8. inputname - Variable name of function input - MATLAB - MathWorks

    This MATLAB function returns the workspace variable name, s, corresponding to the argument number argNumber.

  9. matlabFunction - Convert symbolic expression to function handle or …

    This MATLAB function converts the symbolic expression or function f to a MATLAB function with handle ht.

  10. Ignore Inputs in Function Definitions - MATLAB & Simulink

    If your function accepts a predefined set of inputs, but does not use all the inputs, use the tilde (~) operator to ignore them in your function definition.