Using verticalregion for integral
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to plot the shaded region over which the integral extends, But i'm stuck.
F = @(x,y) y.*sqrt(x.^2 - y.^2);
ymax = @(x)x;
fcontour(F)
0 commentaires
Réponses (1)
Voir également
Catégories
En savoir plus sur MATLAB Mobile dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!