Community Profile

photo

Chris Nemecek


Last seen: 4 days ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Pass Variable to Calling App
I have searched around for the best practice to pass an app variable back to the calling app. For example, app1 is the main app ...

4 years ago | 1 answer | 0

1

answer

Answered
Return plot handles at figure close
Here is the way I solved this issue. In the App: function PlotButtonPushed(app,event) f = figure('CloseRequestFcn',@g...

5 years ago | 0

| accepted

Question


Return plot handles at figure close
I have App with a Plot button that executes a plotting routine when it is pushed. The PlotPushDown callback creates a figure w...

6 years ago | 1 answer | 0

1

answer

Question


How do you output App data to a calling function?
I have a function/script that calls an instance of an App I created in AppDesigner. How do I get the App to return data to the f...

6 years ago | 1 answer | 0

1

answer

Question


How to pass data from App to calling function on App close?
I have a function that calls an App made in App Designer. Essentially, the app is a more sophisticated file selection tool than ...

6 years ago | 1 answer | 0

1

answer