Hello,
I am using Matlab R2022b on Windows 11 and I am having an issue with the `importhdl` command.
When I try to load hdl with `importhdl` I get the following error:
Unable to create the slx file, because the specified folder '...' is read-only.
This is very weird because I can manually create and save an slx file in the same folder without any issue.
When investigating on the rights of my user for the folder in question, I can see that I have them all (read/write/etc.).
I can only see that there is a `-` sign in the checkbox next to the `Read-only` attribute (i.e. only applies to files in folder). I tried to remove the sign, but it keeps coming back. It seems that I cannot remove it permanently.
Also, launching Matlab as Administrator does not help. The same issue produces.
Do you have an idea of the issue and how to fix it? Why can I create and delete files/subfolders from Matlab in a certain folder with mkdir and other commands, but the importhdl command cannot create a file in the same folder?
Thanks in avdance for your help!