About 73 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. 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.

  3. inputParser - Input parser for functions - MATLAB - MathWorks

    The inputParser object enables you to manage inputs to a function by creating an input parser scheme.

  4. keyboard - Give control to keyboard - MATLAB - MathWorks

    This MATLAB function pauses execution of a running program and gives control to the keyboard.

  5. Use Function Argument Validation to Specify Entry-Point Input Types

    For an overview of these methods of input type specification, see Specify Types of Entry-Point Function Inputs. Specify Input Types Using arguments Blocks You can specify the class, size, and other …

  6. 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

  7. Parse Function Inputs - MATLAB & Simulink - MathWorks

    Parse Function Inputs This example shows how to define required and optional inputs, assign defaults to optional inputs, and validate all inputs to a custom function using the Input Parser. The Input Parser …

  8. function - Request User Input Equation Matlab - Stack Overflow

    Apr 14, 2014 · The input can be done using the input function. Inside input, 'Input Equation: ' is a string but when it asks you on the command line do not use a string just use the examples above.

  9. step - Step response of dynamic system - MATLAB - MathWorks

    step computes the step response to a step change in input value from U to U + dU after td time units.

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

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