Creating a function in MATLAB
Show older comments
Here is my question. I feel like this is an easy task but somehow cannot create a function to do this for me.
Create a function which given a value x, returns a value f(x) according the
following equation:
f(x)=xsin(x).
Thanks for the help!
Accepted Answer
More Answers (1)
Image Analyst
on 2 Feb 2013
2 votes
Is this homework? Did you look up how to define functions in the help? Do you know that you need to use ".*" between the x and the sin?
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!