Skip to Content
MATLAB®: An Introduction with Applications, Fourth Edition
book

MATLAB®: An Introduction with Applications, Fourth Edition

by Amos Gilat
December 2010
Beginner to intermediate
429 pages
9h 55m
English
Wiley
Content preview from MATLAB®: An Introduction with Applications, Fourth Edition

Chapter 7. User-Defined Functions and Function Files

A simple function in mathematics, f(x), associates a unique number to each value of x. The function can be expressed in the form y = f(x), where f(x) is usually a mathematical expression in terms of x. A value of y (output) is obtained when a value of x (input) is substituted in the expression. Many functions are programmed inside MATLAB as built-in functions, and can be used in mathematical expressions simply by typing their name with an argument (see Section 1.5); examples are sin (x), cos (x), sqrt (x), and exp (x). Frequently, in computer programs, there is a need to calculate the value of functions that are not built-in. When a function expression is simple and needs to be calculated only once, it can be typed as part of the program. However, when a function needs to be evaluated many times for different values of arguments, it is convenient to create a "user-defined" function. Once a user-defined function is created (saved) it can be used just like the built-in functions.

A user-defined function is a MATLAB program that is created by the user, saved as a function file, and then can be used like a built-in function. The function can be a simple, single mathematical expression or a complicated and involved series of calculations. In many cases it is actually a subprogram within a computer program. The main feature of a function file is that it has an input and an output. This means that the calculations in the function file ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

MATLAB: An Introduction with Applications 5th Edition

MATLAB: An Introduction with Applications 5th Edition

Amos Gilat
Applied Calculus 5th Edition

Applied Calculus 5th Edition

Deborah Hughes-Hallett, Patti Frazer Lock, Andrew M. Gleason, Daniel E. Flath, David Lovelock, Douglas Quinney, Eric Connally, Guadalupe I. Lonzano, Karen R. Rhea, Selin Kalaycýoðlu, William G. McCallum, Adam H. Speigler, Brigitte Lahme, Brad G. Osgood

Publisher Resources

ISBN: 9780470767856Purchase book