quanser / Mathworks_QLabs

Quanser Interactive Labs is a platform that allows users to interface with digital twins of physical lab experiments used for Controls and Robotics courses at thousands of universities around the world.
https://www.quanser.com/digital/quanser-interactive-labs/
BSD 2-Clause "Simplified" License
6 stars 1 forks source link

Unable to resolve the name 'Mathworks_QLabs.getInstallationLocation'. #6

Closed ctch3ng closed 1 year ago

ctch3ng commented 1 year ago

After running QLabs.setup, the following error message has been returned. Unable to resolve the name 'Mathworks_QLabs.getInstallationLocation'. Error in QLabs/getDownloadDir (line 364) downloadDir = Mathworks_QLabs.getInstallationLocation('Quanser Interactive Labs and QUARC Home for MATLAB Simulink'); Error in QLabs.isInstallerPresent (line 218) installerFilePath = fullfile(QLabs.getDownloadDir,QLabs.getInstallerFileNames()); Error in QLabs.setup (line 41) if ~QLabs.isInstallerPresent()

ctch3ng commented 1 year ago

An update: It is required to download and install the toolbox first. Once install, unzip the zip file and run "QLabs.setup" (case sensitive) will resolve the issue. All good now.