|
i have this error message during installation. can anyone help me for this how i suppose to do. here some more information for my system. i am using matlab2008b and i will try to link it with solidwork. my pc running windows 7 64bit.
install_addon('smlink30.win64.zip')
Installing smlink...
Extracting archive smlink30.win64.zip to C:\Program Files\MATLAB\R2008b...
??? Error using ==> mkdir
Access is denied.
Error in ==> extractArchive>extractArchiveEntry at 77
mkdir(parentDir)
Error in ==> extractArchive at 52
files = extractArchiveEntry( ...
Error in ==> unzip at 92
files = extractArchive(outputDir, api, mfilename);
Error in ==> install_addon at 37
unzipped_files = unzip(zip_file, install_dir);
|