问题
I'm creating a matlab application without a gui, and I'm pretty new to action events and callbacks. I can only find documentation regarding action events that either use the gui, or create a listener that is called upon the program hitting an if statement. I'd like to be able to use action events dynamically, and have them be called whenever a specific condition is met. Is there a way to do this?
来源:https://stackoverflow.com/questions/62087345/actionevents-in-matlab-without-if-statements-once-a-condition-is-met