Is than an equivalent property to XTick for a 3D plot? Also, is there a way to determine the number output format for the axis tick marks?
Is than an equivalent property to XTick for a 3D plot? Also, is there
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
XTickis a property of axes, not plot. Whenever you useplot3, you draw on axes. Thus, it is relevant.Instead of using
XTick, you can useXTickLabel. It is a cell array of strings, so you can format them beforehand, by usingsprintf.