% Explore model contents find_system('ev_model_name') % List all parameters used in model get_param('ev_model_name', 'ParameterArgumentNames')
% Find all workspace variables required >> who -file init.m % if init is a .m script electric vehicle simulink model download
% Compare two model versions (if using Git) visdiff('ev_model_v1.slx', 'ev_model_v2.slx') electric vehicle simulink model download