Matlab GUI Automation?

后端 未结 2 1426
抹茶落季
抹茶落季 2021-01-20 07:30

Lets say someone made a Matlab GUI using GUIDE. Now I want to use that code in a programmatic environment - that is no human-in-the-loop. What\'s the easiest way for me to \

2条回答
  •  温柔的废话
    2021-01-20 08:10

    Extract form the following post. Use

    guiname('pushbutton', object, eventdata, handles)
    

    to call callbacks in 'guiname'.

    Have you considered using a MVC pattern. Extracting the 'model' from your GUI might leave you with reusable code.

提交回复
热议问题