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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:26:53+00:00 2026-06-14T08:26:53+00:00

I have a file called histShape.m with a function histShape , and some other

  • 0

I have a file called histShape.m with a function histShape , and some other functions also .

A general view of the code is :

%
function [outputImage] = histShape(srcimg, destimg)

    PIXELS = 255 + 1;

     ....
     ....
end



%
function [outputImage] = normalizeAndAccumulate(inputImage)

   PIXELS = 255 + 1;

....
....

end

%
function [pixels] = getNormalizedHistogram(histogram , inputImage)


   PIXELS = 255 + 1;

  ....
  ....

end

I can use global x y z; but I’m looking for a different way .

I want to declare the variable PIXELS as global , how can I do that ?

Regards

  • 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-14T08:26:54+00:00Added an answer on June 14, 2026 at 8:26 am

    You can gain access to a global variable inside a MATLAB function by using the keyword global:

    function my_super_function(my_super_input)
        global globalvar;
    
        % ... use globalvar
    end
    

    You will usually declare the global variable in a script outside the function using the same keyword:

    % My super script
    global globalvar;
    globalvar = 'I am awesome because I am global';
    my_super_function(a_nonglobal_input);
    

    However, this is not strictly necessary. As long as the name of the global variable is consistent between functions, you can share the same variable by simply defining global globalvar; in any function you write.

    All you should need to do is define global PIXELS; at the beginning of each of your functions (before you assign a value to it).

    See the official documentation here.

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

Sidebar

Related Questions

I have a file called filecontent.txt which includes some php code. And i have
I have a file called 34.php?session=2534464a39a2c97cb7113689726a4e52 in my /var/www/html folder but I can't view
If I have a file called test1.lua function print_hi() print(hi) end and I want
I have a file called: file.php contained in this file is the following code:
I have a file called entities.py, which contains the following code: class EntityClass: entities
i have file called data_out.xml which contains this xml code: <?xml version=1.0 ?> -
I have a file called: refdes2.php <script> function go(){ window.frames[0].document.body.innerHTML='<form target=_parent action=http://www.site.com/refdes3.php></form>'; window.frames[0].document.forms[0].submit() }
I have a file called function.php that has a function like this: public function
I have a file called function.js which has all my jQuery for my aplication
I have a file called text.txt that contains: <li id=unic1>some text</li> <li id=unic2>some text</li>

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.