Add Second Axis Manually

6 次查看(过去 30 天)
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 个评论
Fangjun Jiang
Fangjun Jiang 2020-8-14
How do you do it "without using coding"? You mean typing in commands in MATLAB Command Window?

请先登录,再进行评论。

采纳的回答

Fangjun Jiang
Fangjun Jiang 2020-8-14
plot(1:10);
yyaxis right;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by