3

after 83 percent installation it gives error

The following error was detected while installing sl3d_glnxa64: archive is not a ZIP archive Would you like to retry installing sl3d_glnxa64? If you press No, the installer will exit without completing the installation.

user274475
  • 51
  • 2
  • 5
  • "More information can be found at /tmp/mathworks_root.log" did not seem important to look at and include in the question? – Rinzwind Apr 26 '14 at 13:40

2 Answers2

3

I got the exact same problem. The quick fix is to deselect "Simulink 3D Animation Toolbox" during intallation provided that you don't need it.

From: Matlab install error: Simulink 3D Animation Toolbox

2

This is an error that occurs when you run out of space in /tmp/. /tmp/ is used to temporary store the extracted files. Increase it and it will install.

From the matlab forums.

Besides that: -tmpdir is an option that you can use with the .install command to have it use another directory.

Rinzwind
  • 299,756