image error 2019a

1 回表示 (過去 30 日間)
Sean Lineaweaver
Sean Lineaweaver 2019 年 4 月 17 日
コメント済み: Rishabh Gupta 2019 年 4 月 29 日
I'm getting an error when using the image function:
Here's the test code:
tst = [1 .5 0;1 1 1];
image(tst);
Error using image
Undefined function or variable 'newplot'.
so what am I doing wrong or is it Matlab?
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 4 月 17 日
First thing to try is
restoredefaultpath
rehash toolboxcache
savepath
If newplot still cannot be found after that, then you might need to reinstall your MATLAB.
Rishabh Gupta
Rishabh Gupta 2019 年 4 月 29 日
Hi Sean,
You could try Walter suggestion. And if the commands doesnt solve the issue, try clean reinstalling the MATLAB.
If the issue persists, contact MathWorks technical Support for assistance.
https://www.mathworks.com/support/contact_us.html

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by