Azzera filtri
Azzera filtri

Pass data between apps using a radio button

1 visualizzazione (ultimi 30 giorni)
I have an application that consists of the following,
I have a window one where you must select one of the options with 2 radio buttons What I want is that depending on the selection that the user takes. That data(value of the radio button) is transferred window 2 so that the corresponding graphs or information can be executed depending on the selection.
  6 Commenti
Javier Sainz
Javier Sainz il 21 Nov 2020
It's true i tried the same "solution" and didn't get any positive result. I wish that in a not so far future this problem gets a more definitive solution.
Adam Danz
Adam Danz il 21 Nov 2020
> What I want is that depending on the selection that the user takes. That data(value of the radio button) is transferred window 2 so that the corresponding graphs or information can be executed depending on the selection.
If "window 2" is another app, then that link and the link below contains everything you need for you to learn how to do this and there are very many similar similar questions in this forum that have terrific answers. These links show you how to access the "app" handle from within another app or from anywhere outside of the app. Once you have that handle you have access to the radio button values.
If "window 2" is a figure or something else, it depends on what's generating that figure. If the figure is generated internally to the app, then you already have access to the radio button values within the app. If the figure is generated outside of the app, then the link I shared are what you need to learn how to access the app handle.
In case that's still not enough, here are other examples,

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by