plotting general form of function

5 views (last 30 days)
Irma
Irma on 22 Sep 2015
Commented: Irma on 22 Sep 2015
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

Accepted Answer

Bastien Chardonnens
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)

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!