Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

what axis will do ??

2 vues (au cours des 30 derniers jours)
Gaurav Sharma
Gaurav Sharma le 4 Déc 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
what the axis will do ??
eg. axis(x1,x2,y1,y2)

Réponses (1)

madhan ravi
madhan ravi le 4 Déc 2018
Modifié(e) : madhan ravi le 4 Déc 2018
Read axis()
the axis specifies the limits for the current axes.
just try the below example
axis(1,10,2,11) % x axis goes from 1 to 10 and y from 2 to 11

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by