Clear Filters
Clear Filters

Change of appdata is not visible

2 views (last 30 days)
Jerzy
Jerzy on 25 Dec 2017
Edited: Jerzy on 25 Dec 2017
Hi! I have created two windows - main window and auxiliary. I am passing data through them using setappdata() and getappdata(). While debugging the program everything pass correctly. Getappdata() command line is placed just after auxiliary window launch. Getappdata() simply does not see change made in auxiliary window by setappdata() command. I had the same problem, while using global variables. In getappdata and setappdata I am using handle to main window (in auxiliary window i am recieving it by passing through varargin). For any tips I would be grateful :)

Answers (0)

Categories

Find more on Get Started with MATLAB 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!