how to create a Matlab program computing area between 2 curves.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Grzegorz Knor
el 10 de Sept. de 2011
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 comentarios
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!