entered the function, how to make calculate definite and indefinite integral and differentiation and plotting for each one with gui

4 views (last 30 days)
entered the function, how to make calculate definite and indefinite integral and differentiation and plotting for each one with gui

Answers (1)

Walter Roberson
Walter Roberson on 13 Jul 2015
The indefinite integral is symbolic and you cannot plot symbolic formula without giving definite values to plot at.
To get indefinite integrals, use the Symbolic Toolbox function int()
To get definite integrals, either use the Symbolic Toolbox function int() or else do a numeric integration using integral()

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!