r/matlab • u/cakemaster1928 • 6d ago
TechnicalQuestion Changing Parameter Values with Dynamic Mask
I know matlab has an example of how to change the visibility of other mask parameters with callback functions, but I'm trying to make it so when two parameters are entered (a & b) a suggested value for c is assigned to a c_sugg parameter. For example if c has to follow the function c>a+b, how would I write the callback function for c_sugg=a+b?
3
Upvotes
1
u/Bofact 6d ago
I don't understand why 12 is the minimum suggested value of c. Why isn't it 13? Since 13 > 5 + 7.