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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:18:52+00:00 2026-06-12T01:18:52+00:00

I am tackling this Constructing a web based tool using Matlab project. In this

  • 0

I am tackling this Constructing a web based tool using Matlab project.

In this regard, I need my GUI to seemlessly go from one screen to another, for example the welcome screen to a screen containing the MENU. I can call one fig from another but that will pop up another window. i need it to be in a single window. The background image in each screen will remail the same.

Thanks

  • 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-12T01:18:53+00:00Added an answer on June 12, 2026 at 1:18 am

    Create the widgets you need and play with their ‘visible’ property:

    >> a = uicontrol('Style','edit','String','hello','visible', 'off');
    >> set(a, 'visible', 'on')
    

    You can also group them into uipanels

    hp = uipanel('Title','Main Panel','FontSize',12,...
                'BackgroundColor','white',...
                'Position',[.25 .1 .67 .67], 'visible', 'off');
    a = uicontrol('Style','edit','String','hello','parent', hp);
    set(hp, 'visible', 'on')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been tackling this problem for some time. I get the image from
I've been tackling this for a while, and I need some help designing my
This is another one of my I think it's not possible but I need
I've been tackling this for a while. I setup a completely new machine. I've
SO: I've spent a number of hours tackling this design problem but can't seem
I've exhausted my understanding of CSS and JS while tackling this issue. On this
I'm probably addressing one of the bigger usability-issues in EF. I need to perform
I have a old rails project that is using rails 3.0.9 and I am
I'm building a .Net MVC app, where I'm using one particular view to generate
I'm getting this error intermittently on my MVC 2 web application. My models do

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.