No access to cell contents

1 回表示 (過去 30 日間)
Shlomit Beker
Shlomit Beker 2017 年 5 月 6 日
コメント済み: Shlomit Beker 2017 年 5 月 11 日
Hi,
Version Matlab 2017a - I suddenly do not have access in the Variables tab, to cells contents when I double click on it. All it shows me is the size of the cell as plain text, with no link or access to the cell itself. When I double-click it, it shows:
val =
{1×15 cell} {1×15 cell}
Contents of matrices is shown as before, it's only cell arrays that are not displayed in the Variables tab. I will appreciate your help a lot!
Shlomit
  6 件のコメント
Walter Roberson
Walter Roberson 2017 年 5 月 9 日
I am not able to replicate this issue on R2017a on Sierra. I have seen enough reports to be sure it is happening to some people, but it does not happen in my configuration.
As pure speculation, could I ask you to show the output of
getenv('LANG')
!printenv LANG; printenv LC_MESSAGES
Shlomit Beker
Shlomit Beker 2017 年 5 月 9 日
編集済み: Shlomit Beker 2017 年 5 月 9 日
Yes, this is the output. ans =
'C'
en_US.UTF-8
end
I want to add that other glitches occur in the interface with the "Variables" tab, for example , the cell arrays are not updated automatically with every change, and I have to close the tab and reopen to see the updated content.

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

採用された回答

Wilson A N
Wilson A N 2017 年 5 月 10 日
I couldn't reproduce the issue at my end.
However, I feel that restoring the default path may fix the issue. Can you try executing the following commands on the MATLAB command line and check if the issue remains.
>> restoredefaultpath
>> rehash toolboxcache
>> savepath
  1 件のコメント
Shlomit Beker
Shlomit Beker 2017 年 5 月 11 日
THANKS so much!! Works like magic. Thanks for helping on this.

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

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by