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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:10:34+00:00 2026-06-07T16:10:34+00:00

In Matlab, how can i get a String containing GRUMPY given the following declaration:

  • 0

In Matlab, how can i get a String containing "GRUMPY" given the following declaration:

  GRUMPY = 500;

This is usually called reflection in other programming languages, but i cannot find an example of it in Matlab.

  • 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-07T16:10:35+00:00Added an answer on June 7, 2026 at 4:10 pm

    MATLAB doesn’t provide built-in functionality for this, but there is a workaround, as employed here

    Essentially, you have to create your own function to do this. Take advantage of Matlab’s functionality for getting the variable name of the INPUT ARGUMENT to a function.

    I.e.

    function out = varname(var)
      out = inputname(1);
    end
    

    Then

    GRUMPY = 500;
    name = varname(GRUMPY)
    

    will give you what you want.

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

Sidebar

Related Questions

For some reason, I can't get this program to work. I've had other CS
I'm creating a matlab GUI using GUIDE. I can't get the context menus to
How can I create tabs in matlab gui? I did something like this a
I am doing string processing in Matlab and I usually use cell arrays to
I thought that latest Matlab does this automatically. I have tested the following exe
This is what i am trying to do in MATLAB but can't seem to
I want to how know to get certain numbers from a string in matlab.
In Matlab, by the function min(), I can only get one single minimum element
I'm wondering how in MATLAB you can get a reference to a Java enum
How to get the matlab's output? NOT the whole output(I know diary can help)

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.