Update problems: unexpected end of file error message/Download image processing toolbox

6 ビュー (過去 30 日間)
Clara Kopiez
Clara Kopiez 2019 年 1 月 7 日
コメント済み: Clara Kopiez 2019 年 1 月 9 日
When starting the update download, the download manager stops at 3% and shows this error message:
The following error was detected while downloading
examples/images_maci64_1534954113.enc:
Unexpected end of file from server.
I tried the download several times without success. What to do next?

回答 (3 件)

Clara Kopiez
Clara Kopiez 2019 年 1 月 7 日
I started the download with the "InstallForMacOSX.app" retrieved from Mathworks.

Omer Yasin Birey
Omer Yasin Birey 2019 年 1 月 7 日
編集済み: Omer Yasin Birey 2019 年 1 月 7 日
I think you should give writing permission to its directory. Firstly, you have to find where your matlab is located, so write "matlabroot" to matlab's command window.
mr = matlabroot
It will give you something like this: '/Applications/MATLAB_R2017b.app'
Then after that open Mac OS X Command Line and change your directory into that and give writing permission to it, simply write the commands below.
cd /Applications/MATLAB_R2017b.app
sudo chmod o+rwx .
It will give you writing permission to this file.

Clara Kopiez
Clara Kopiez 2019 年 1 月 7 日
Unfortunately this was not the solution.
After giving writing permission to the Applications directory, I receive this message:
usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|entry file ...
chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
Reinhards-iMac:MATLAB_R2018b.app rk$
But the error message remains and appears after 3% of the download.
  1 件のコメント
Clara Kopiez
Clara Kopiez 2019 年 1 月 9 日
This was not the solution. Sorry, but would be grateful for new suggestions how to solve the problem.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by