Clear Filters
Clear Filters

Activate/deactivate blocks of a GUI using radio button group

3 views (last 30 days)
Hi,
i'm working on a GUI usign app designer on Matlab 2020b. The purpose of the project is to allow user to load a .txt file, select a starting and an ending row and write a new .txt including only the rows between the selected ones. I managed to take the initial and final values of the interval from user input on edit fields and write the new file.
Now i want to allow user to load a list of - say N, comma separated - from/to couples contained on a .txt and create N new files applying those cuts.
More over i want to allow user to which method (single cut or list of cuts) to use via a radio button capable of activate/deactivate the correct areas of the interface.
Any suggestion/example would be welcome,
greetings from Italy.
Alessandro

Accepted Answer

Cris LaPierre
Cris LaPierre on 8 Feb 2021
See this answer, that enables/disables components using a checkbox.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer 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!