Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7596937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:02:35+00:00 2026-05-30T22:02:35+00:00

Is than an equivalent property to XTick for a 3D plot? Also, is there

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:02:37+00:00Added an answer on May 30, 2026 at 10:02 pm

    XTick is a property of axes, not plot. Whenever you use plot3, you draw on axes. Thus, it is relevant.

    Instead of using XTick, you can use XTickLabel. It is a cell array of strings, so you can format them beforehand, by using sprintf.

    x = 1:0.1:10;
    y = x.^2;
    z = sin(x);
    figure;plot3(x,y,z);
    set(gca,'XTickLabel',{'1' sprintf('%2.2f',pi) '3','4','5','John Doe'});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Other than using raw XML, is there an easy way in .NET to open
Switch statements are typically faster than equivalent if-else-if statements (as e.g. descibed in this
Spending more than an hour on figuring out if an equivalent solution to the
It's easier to write intArray1.CopyTo( intArray2, 0 ) than the for-loop equivalent, but System.Array
scons uses MD5 hashes rather than file mod times to determine if a dependency
Possible Duplicate: JavaScript equivalent to printf/string.format How can I create a Zerofilled value using
Is there an equivalent to XmlTextAttribute when using DataContractSerializer? I want to treate a
Is there any equivalent annotation in EJB for @Required (Spring)? I do dependency injection
Is Template Metaprogramming faster than the equivalent C code ? ( I'm talking about
Python extension modules written in C are faster than the equivalent programs written in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.