How to flip/ mirror plot on the diagonal in terms of y(x) = y^(-1)(x) (finverse) on restricted domain.
Afficher commentaires plus anciens
Given the function:
x(y) = (exp(-y)*((1 - 4*y*exp(y))^(1/2) + 1))/2
usually I should be able to plot the inverse function by:
fplot(finverse(x(y)))
unfortunaly an inverse cannot be found, because it get's imaginary.
However, can I still mirror the existing plot?
An inverse on (-inf, 0] should be possible.
3 commentaires
KSSV
le 5 Jan 2021
Read about fliplr, flipud.
Niklas Kurz
le 5 Jan 2021
Modifié(e) : Niklas Kurz
le 5 Jan 2021
Réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!