Table of Contents
quarc_setup
Sets up QUARC or removes QUARC from the current Matlab version.
quarc_setup % Setup QUARC quarc_setup(install) % Setup QUARC if install is true. Otherwise disable QUARC.
Sets up QUARC by adding it to the Matlab path. It also performs other setup tasks to make QUARC fully functional in Matlab and Simulink. By passing an argument of false, QUARC will be removed from the Matlab path.
install
Adds QUARC to the Matlab path if true. Otherwise removes QUARC from the Matlab path.
This function has no outputs.
quarc_setup; % Adds QUARC to the Matlab path and configures it quarc_setup(false); % Removes QUARC from the Matlab path
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.