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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:49:56+00:00 2026-06-06T05:49:56+00:00

I have found this line of MatLab code on the internet that displays a

  • 0

I have found this line of MatLab code on the internet that displays a figure window in fullscreen:

set(figure(1),'Units','Normalized','OuterPosition',[0 0 1 1])  

It works perfectly, and my question isn’t regarding any problems here; it is instead regarding some explanation of it. You see, I don’t understand the code line. Can anybody explain to me the arguments in this?

figure(1) is my figure handler – the current figure window – I understand that. But the rest of the arguments are confusing me. What does Units, Normalized and OuterPosition do, and what is the vector [0 0 1 1] specifying?

I have found the code line here: source (see the latest answer).

I’m having big trouble decrypting the help info provided by the help set command in MatLab. The MathWorks website weren’t better and had no exampls of this that I could find.
Does anyone have some explanation or do you know where to find some understandable info?

Note

Alternatively, does anyone know of a better method for displaying a plot window or figure window in fullscreen? I need to be able to understand the method, or else I can’t use it.

  • 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-06T05:49:59+00:00Added an answer on June 6, 2026 at 5:49 am

    The arguments are considered “property-value pairs”.

    The first pair, 'Units', 'Normalized', tells the figure that you’ll be giving it normalized values (between 0 and 1) rather than other options – pixels or inches, for example.

    The second pair, 'OuterPosition', [0 0 1 1], tells it that you want to position the figure with the lower left (outside) corner at (0,0) with a width and height of (1,1). Since you indicated that units are normalized, (0,0) means the lower left corner of the screen, and (1,1) means the full height and width of the screen.

    Property-value pairs allows you to pass in some relevant information but not other stuff for which the default is fine, and makes the order in which you do so flexible. It is a widely-used system in MATLAB.

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

Sidebar

Related Questions

I have found this line of code in a game that I study int
I found this line of a code in a class which I have to
bool is_sentinel() const { return milliseconds==~uintmax_t(0); } I have found this line of code
I have found this project on Codeplex. http://www.codeplex.com/ProjNET I need to integrate this code
I have found this code for reverse geocoding: var point = new GLatLng (lat[1],long[1]);
I have found this macro while digging in the source code of tweejump game.
I have found this piece of code in the Haskell sendfile package: http://patch-tag.com/r/mae/sendfile/snapshot/current/content/pretty/src/Network/Socket/SendFile/Linux.hsc --
I'm working on a problem that uses pointer arithmetic and I have found this
I want to force the download of an image. I have found this code:
I have a line in the code I'm working on like this: feval('func_name', myArg);

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.