필터 지우기
필터 지우기

services::​io::PrintF​ormat name specified

조회 수: 1 (최근 30일)
Flavio Sartoretto
Flavio Sartoretto 2020년 6월 21일
댓글: Imoleayo Abel 2020년 7월 20일
Hi,
after installing prerelease R2020b on Ubuntu 18, commnads like "ls" produce the error string
Caught "std::exception" Exception message is:
unknown services::io::PrintFormat name specified.
I browsed the known problems. No answer.
Any hint?
Best.

답변 (1개)

Raunak Gupta
Raunak Gupta 2020년 6월 24일
Hi,
This is a known issue. In order to resolve the issue, you may remove the preferences folder "prefdir" and re-start MATLAB.
You can also refer to the following link to reset the preference folder:
The steps are the same except you must do it for the R2020b folder.
Hope it helps!
  댓글 수: 3
Imoleayo Abel
Imoleayo Abel 2020년 7월 4일
Experiencing the same problem with R2020b prerelease on macOS Catalina 10.15.6
This solution works but completely eliminates all inherited preferences which is undesirable; (albeit temporarily since I renamed instead of removed the previous preference folder with the hopes of restoring in the future when a more specific solution becomes available). It took time to configure MATLAB to my preferred look, feel, and behavior; and it has been nice that updates (and prereleases) correclty inherited these preferences except for this current prerelease. I really hope we get a more specific solution eventually.
Thanks for the workaround nonetheless.
Imoleayo Abel
Imoleayo Abel 2020년 7월 20일
I messaged MATLAB support and got a fix that avoids resetting my preferences entirely. Apparently the issue is due to the Numeric Format setting being corruped. To fix this, I only had to do the following:
>> s = settings;
>> s.matlab.commandwindow.NumericFormat.PersonalValue = 'short';

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by