About 50,900,000 results
Open links in new tab
  1. function - Declare function name, inputs, and outputs - MATLAB

    Define a function in a file named stat.m that returns the mean and standard deviation of an input vector.

  2. How to create a function in MATLAB - GeeksforGeeks

    May 6, 2021 · Functions let you do a specific task. User defined functions are the functions created by the users according to their needs. This article explains how the user defined …

  3. How to Call a Function in MATLAB: Simple Walkthrough - wikiHow

    Mar 6, 2025 · How to Call a Function in MATLAB Start your script with function followed by the name you want to assign it. After writing your function in the script editor, call it using the …

  4. How to Create a Function in MATLAB - Delft Stack

    Feb 2, 2024 · A function in Matlab consists of mainly three things output, input, and function name. To define a function, we use the variable function, and then we define the outputs, the …

  5. MATLAB Functions - Online Tutorials Library

    MATLAB Functions - Explore the essential MATLAB functions to enhance your programming skills. Learn how to use built-in functions effectively for data analysis and visualization.

  6. How to Write a Function in Matlab: A Simple Guide

    Discover how to write a function in MATLAB effortlessly. This guide unpacks the essential steps and tips for crafting your own MATLAB functions. To write a function in MATLAB, you define it …

  7. How to write a function in MATLAB - Stack Overflow

    Dec 10, 2019 · I want to write a function that returns the value of f(y) for any value of y: How can I write this as a function in MATLAB? You can also create an anonymous function (a one line …

  8. Creating a Function in MATLAB : 6 Steps - Instructables

    Creating a Function in MATLAB: MATLAB is a tool that engineers and other professionals can use to quickly and efficiently analyze data, make calculations, and display information. One of the …

  9. Function Creation - MATLAB & Simulink - MathWorks

    Functions contain one or more sequential commands and can accept inputs and return outputs. When you have multiple lines of code, use the function keyword to define a function within a …

  10. MATLAB Functions (How to create function, function call

    Sep 30, 2018 · After reading the MATLAB Functions topic, you will understand function structure, anonymous functions, and sub-functions in MATLAB. In MATLAB, a large program divides into …

Refresh