Add Second Axis Manually

6 vues (au cours des 30 derniers jours)
Shahid Said
Shahid Said le 14 Août 2020
Hello,
I have created graph using plot manually (without using coding).Now I have X and Y axis.But my problem is I want to add secondary Y axis.
please teach me.i am still new to this matlab.thank you.
  1 commentaire
Fangjun Jiang
Fangjun Jiang le 14 Août 2020
How do you do it "without using coding"? You mean typing in commands in MATLAB Command Window?

Connectez-vous pour commenter.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 14 Août 2020
plot(1:10);
yyaxis right;

Plus de réponses (0)

Catégories

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

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by