how to create a Matlab program computing area between 2 curves.
3 次查看(过去 30 天)
显示 更早的评论
hello everyone... I badly need a code on how to create this matlab program
1. Asks to input two intersecting polynomial functions that would meet in two distinct points.
2. The program would identify the points of intersection of the graphs
3. Graphs the given two curves and ensures that the two points of intersection would be part of the graph.
4. Evaluates the area between two curves.
---badly needeeed! :((( thanks!
0 个评论
回答(1 个)
Grzegorz Knor
2011-9-10
1:
doc input
2:
doc solve
doc syms
doc eval
doc subs
3:
doc plot
doc xlim
4:
doc trapz
Maybe this link will be also useful:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!