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 7951605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:36:41+00:00 2026-06-04T02:36:41+00:00

I have a question here, please take a look at the link autocorrelation function

  • 0

I have a question here, please take a look at the link
autocorrelation function
The vertical axis’s name overlaped with each other, I want to turn all of them off. I call the “get(gca)”, but i did not find this option. Please some one help me!

  • 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-06-04T02:36:43+00:00Added an answer on June 4, 2026 at 2:36 am

    See the axes properties, which you can change with set().

     set(gca,'ylabel','');
    

    edit: Hmm. It looks like they’ve changed things a bit since older versions of MATLAB and have made the xlabel/ylabel/zlabel properties an object rather than a simple text string. See the axes properties page I linked to; the new syntax is this:

    set(get(gca, 'ylabel'),'String','');
    

    Or you can use the ylabel() function:

    ylabel(gca,'');
    

    In case it’s not obvious, you can replace any instance of gca with an axis handle, so if you have multiple subplots and you keep the handles for each axis, you can just use it, for example h = plot(something, something_else); ylabel(h, '');

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a quick question here. I know that the cakePHP find('first') function returns
I have an other active question HERE regarding some hopeless memory issues that possibly
I have a question here regarding iPhone app submission. I have a free application
I have a silly question here. I define a class with many data members,
C# question here.. I have a UTF-8 string that is being interpreted by a
Noob question here! I have an array with hashes that looks like this: arr
I have a similar question as here: Is it possible to use ContentProvider and
I have seen the related question here: An object with the same key already
I have a simple unit test case (extensive question here ) on a configuration
The question raised from the question here . In order to have search engines

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.