Casting controllersets in Matlab
Posted: Fri Jul 26, 2019 2:56 am
Hi Guys,
I created a MEX wrapper that uses C++ to cast a PrescribedController from a controllerSet using dynamic_cast:
PrescribedController* controller = dynamic_cast<PrescribedController*>( &controllerSet.get(0) );
I was wondering if it is also possible to access the controllerSet's PrescribedController Properties solely in Matlab?
Regards,
Lars
I created a MEX wrapper that uses C++ to cast a PrescribedController from a controllerSet using dynamic_cast:
PrescribedController* controller = dynamic_cast<PrescribedController*>( &controllerSet.get(0) );
I was wondering if it is also possible to access the controllerSet's PrescribedController Properties solely in Matlab?
Regards,
Lars