In app designer, How to use global variables from m file?
    10 views (last 30 days)
  
       Show older comments
    
As I say, I made a "m file" that contains global variables for using in various kinds of windows(I mean apps or functions).
And also made another "m file" for function that read a file then store data in global variables which I described.
I can call the file read function but I don't know how to call the global variables in app designer.
Anybody know how to call them?
0 Comments
Answers (1)
  Jae Heon Kim
 on 16 Jan 2020
        2 Comments
  Matthias De Lepeleer
 on 7 May 2021
				Facing the same problem here, what do you mean by you can arrange it?
I declared global variables in my m-file (script) and want to display those variables in the app desiger. I tried several ways. None is working.
            % Run script (m-file)
            m-filename   
            % Call global from m-file ('switch_ui' is the global var)
            global switch_ui;                        
            app.SwitchesEditField.Value = switch_ui;
  yan m
 on 1 Feb 2022
				Hello i want to do the opposite of this, call my 
AppDesignerVariable into a .m file that will start by : 
Var = AppDesignerVariable; 
See Also
Categories
				Find more on Environment and Settings in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

