Effacer les filtres
Effacer les filtres

How to divide x and y axis in graph ?

3 vues (au cours des 30 derniers jours)
Matlab111
Matlab111 le 15 Juil 2014
Réponse apportée : Ben11 le 15 Juil 2014
I'm have the value of X and value of Y by using this i can plot a graph but i want divide that point with some value
Note: x=9, y=8; how can i divide with the value 1 or some number like (1/(X,Y))

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 15 Juil 2014
plot(1./x,1./y)

Ben11
Ben11 le 15 Juil 2014
Do you mean plot a different axis which is n times shorter? Doing x/n and/or y/n should do it. Maybe I misunderstood your question though could you be clearer?

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by