Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function overloading

Status
Not open for further replies.

ErickD

Computer
Joined
Feb 4, 2002
Messages
6
Location
CA
Does matlab support function overloading?
 
Hi,
Matlab supports overloading for user defined classes.
At the beginning of a method (a function that is located in the class directory) you can write:
superiorto('double','char',....

For more information type at the Matlab prompt:
>>help superiorto

Joe
BSTEX - Equation viewer for Matlab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top