How ı can write this function on Matlab
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Share a link to this question
I will enter an x valueAccepted Answer
0 votes
13 Comments
Share a link to this comment
Share a link to this comment
Share a link to this comment
Share a link to this comment
Share a link to this comment
Share a link to this comment
Share a link to this comment
Share a link to this comment
- A single named plain variable with no indexing at all (including no structure references)
- [] around a list of named plain variables variables with no indexing at all (including no structure references). Commas are recommended between the variable names, but spaces are also accepted. Semi-colons are not accepted
- The special name varargout may be used as the left side by itself, or as the last entry in a list
- a single named plain variable with no indexing at all (including no structure references) that acts as the function name
- function name as above followed by () with nothing in the ()
- function name as above followed by () and inside the () a comma-separated list of named plain variables with no indexing at all (including no structure references).
- Inside the () the special name varargin may be used as the only entry, or as the last entry in a list
- Inside the () the special token ~ may be used in place of any entry, such as function f(~,x)
Share a link to this comment
Share a link to this comment
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)