Hi @James,
To address your query regarding, “Is there any way to alter inputs from within the input class like is done with javahandles using the matlab class definition? “
Handle classes in Matlab allow you to modify object properties directly, similar to how javahandles work. Please see example of
So, after observing this example, you can alter inputs within the input class similar to how it is done with javahandles, providing flexibility and ease of modification within your class definitions.