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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:25:22+00:00 2026-06-05T07:25:22+00:00

After 6 hours, I solved my problem! :] this was my question: please help

  • 0

After 6 hours, I solved my problem! :]

this was my question:

please help me: how can I show the figure when the function ‘GUI_400’ is called?

In addition, I want the text of ‘S.ty’ to be updated by the numbers between 1 to 100.
In order to do this, I called the ‘test’ function and updated the uicontrol of s.ty.

in other words, show the figure and only update the text of ‘S.ty’ with number of ‘1’, then in number of ‘2’… till 100.

in my code, the figure is shown when the ‘test’ function ends and that’s why the figure will be showed only with the number ‘100’.

  • 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-05T07:25:25+00:00Added an answer on June 5, 2026 at 7:25 am
    function [] = GUI_400()
    
        hFig = figure('units','pixels',...
            'position',[300 300 424 430],...
            'menubar','none',...
            'name','GUI_3',...
            'numbertitle','off',...
            'resize','off');        
    
            Im = imread('0.png');
            hAxes = axes('Parent',hFig,'Units','pixels','Position',[0 72 424 359]);  %#   so the position is easy to define
            image(Im,'Parent',hAxes);  %# Plot the image
            set(hAxes,'Visible','off', 'handlevisibility', 'off');          %# Turn the axes visibility off
    
            S.tx = uicontrol('style','text',...
             'unit','pix',...
             'position',[0 32 424 40],...
             'string','מכין תמונה 1 מתוך 3',...
             'backgroundcolor','r',...
             'fontsize',23);
            mystr = 'alon';
             temp = uicontrol('style','text',...
             'unit','pix',...
             'position',[0 0 424 40],...
             'string',mystr,...
             'backgroundcolor','r',...
             'fontsize',23);
    
       for i = 1:1000
            set(temp,'string',num2str(i));
           drawnow;
       end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Of course after hours of pondering this problem, the first comment on my question
I'm embarrassed by the 'basicness' of this question, but after wasted hours, here goes.
I'm really frustrated after spending like three hours googling around to solve this problem!!
After hours I am giving up on debugging the following: This works: URL[] urls
Alright, I finally got this code to work after hours of toiling: Dim path
i have a question, after allot of hours in googling and reading articles, i
I hope someone can help me as I've already spent several hours trying to
I have been trying to fix this problem for hours. My app keeps crashing
I searched and tried for hours to solve this problem, unfortunately without success. I
After many hours of hair pulling, I look to stackoverflow to help me solve

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.