plotting general form of function
2 views (last 30 days)
Show older comments
Hello! I have a question, can I plot general form of function without data, like in Mathcad. For example plot y=3*x^3+2*sin(x) without having x vector?
thanks
0 Comments
Accepted Answer
Bastien Chardonnens
on 22 Sep 2015
Edited: Bastien Chardonnens
on 22 Sep 2015
You can plot a symbolic expression with
ezplot(sym_fun)
More Answers (0)
See Also
Categories
Find more on Line Plots 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!