Activate/deactivate blocks of a GUI using radio button group
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alessandro Togni
el 8 de Feb. de 2021
Respondida: Cris LaPierre
el 8 de Feb. de 2021
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
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!