<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: MATLAB Function Syntax</title><link>http://www.bing.com:80/search?q=MATLAB+Function+Syntax</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>MATLAB Function Syntax</title><link>http://www.bing.com:80/search?q=MATLAB+Function+Syntax</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Function Creation - MATLAB &amp; Simulink - MathWorks</title><link>https://www.mathworks.com/help/matlab/function-basics.html</link><description>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 file.</description><pubDate>Thu, 20 Aug 2026 18:09:00 GMT</pubDate></item><item><title>Functions - MATLAB &amp; Simulink - MathWorks</title><link>https://www.mathworks.com/help/matlab/functions.html</link><description>As you write code, you can define your own functions to reuse a sequence of commands. For instance, create a function in a program file to calculate the area of a circle.</description><pubDate>Thu, 20 Aug 2026 03:21:00 GMT</pubDate></item><item><title>function - Declare function name, inputs, and outputs - MATLAB</title><link>https://in.mathworks.com/help/matlab/ref/function.html</link><description>Local functions can be added anywhere in scripts and live scripts except within conditional contexts, such as if statements or for loops. Each local function must begin with its own function definition statement and end with the end keyword.</description><pubDate>Tue, 18 Aug 2026 02:33:00 GMT</pubDate></item><item><title>MATLAB - Functions - Online Tutorials Library</title><link>https://www.tutorialspoint.com/matlab/matlab_functions.htm</link><description>A function is a group of statements that together perform a task. In MATLAB, functions are defined in separate files. The name of the file and of the function should be the same.</description><pubDate>Tue, 18 Aug 2026 15:34:00 GMT</pubDate></item><item><title>Functions in MATLAB - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/matlab/functions-in-matlab/</link><description>MATLAB functions must be defined in separate files and function name must match with the file name. Let's also see the few more ways of defining a function as per the user needs.</description><pubDate>Tue, 18 Aug 2026 21:03:00 GMT</pubDate></item><item><title>Choose Command Syntax or Function Syntax - MATLAB &amp; Simulink - MathWorks</title><link>https://se.mathworks.com/help/matlab/matlab_prog/command-vs-function-syntax.html</link><description>MATLAB ® has two ways of calling functions, called function syntax and command syntax. This page discusses the differences between these syntax formats and how to avoid common mistakes associated with command syntax.</description><pubDate>Mon, 10 Aug 2026 01:31:00 GMT</pubDate></item><item><title>How to create a function in MATLAB - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/matlab/how-to-create-a-function-in-matlab/</link><description>A function is a block of statements that intend to perform a specific task. Functions allow the users to reuse the code frequently. MATLAB has several predefined functions which are ready to use such as sin (), fact (), cos () etc. MATLAB also allows the users to define their own functions. Syntax: function output_params = function_name (iput ...</description><pubDate>Thu, 20 Aug 2026 02:02:00 GMT</pubDate></item><item><title>functions - Information about function handle - MATLAB</title><link>https://in.mathworks.com/help/matlab/ref/functions.html</link><description>The structure has additional fields depending on the type of function associated with the handle. For example, a local function has a parentage field, and an anonymous function has a workspace field.</description><pubDate>Mon, 17 Aug 2026 12:29:00 GMT</pubDate></item><item><title>Local Functions - MATLAB &amp; Simulink - MathWorks</title><link>https://uk.mathworks.com/help/matlab/matlab_prog/local-functions.html</link><description>Local functions cannot access variables used by other functions unless you pass them as arguments. In contrast, nested functions (functions completely contained within another function) can access variables used by the functions that contain them.</description><pubDate>Wed, 05 Aug 2026 22:23:00 GMT</pubDate></item><item><title>Writing and Using Functions - University of British Columbia</title><link>https://www.cs.ubc.ca/~murphyk/Software/matlabTutorial/html/writingFunctions.html</link><description>We call a function we have written just like any other built-in matlab function. However, some functions can be executed as 'infix' operators like '+', or with their own special syntax as with the concatenation function, [ ].</description><pubDate>Wed, 19 Aug 2026 06:50:00 GMT</pubDate></item></channel></rss>