Jorge Mariscal Harana
King's College London
Followers: 0 Following: 0
I am a PhD student in the Department of Biomedical Engineering at King's College London.
Feeds
已回答
How to make only x-axis invisible (y-axis stays visible)?
Hi, Try: ax1.YAxis.Visible = 'off'; % remove y-axis ax1.XAxis.Visible = 'off'; % remove x-axis Hope that helps, J
How to make only x-axis invisible (y-axis stays visible)?
Hi, Try: ax1.YAxis.Visible = 'off'; % remove y-axis ax1.XAxis.Visible = 'off'; % remove x-axis Hope that helps, J
7 years 前 | 5
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前