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년 초과 전 | 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년 전