Hi Sharara,
I understand that you are facing issues while installing the IQC toolbox. I had installed the same without any errors. The warning about an existing directory suggests that some parts of the toolbox (SDPT3 in this case) might already be installed. Ensure that previous installations are completely removed before attempting a fresh installation.
Before running the installation script again, clear MATLAB’s path cache by running the following command in the MATLAB command window:
rehash toolboxcache
If the issue persists, you can consider debugging the installation script by setting up breakpoints in the code or update to the latest version of MATLAB.
For more information about “rehash” and debugging, you can refer the following documentation:
Hope this helps!