Imshow() error 2018a matlab
古いコメントを表示
>> I = imread('pout.tif');
>> imshow(I)
Error: File: newplot.m Line: 1 Column: 20
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct
matrices, use brackets instead of parentheses.
Error in imshow (line 292)
ax_handle = newplot;
i am facing this issue for 2, 3 days. i did everything , but still facing this issue.
2 件のコメント
Image Analyst
2021 年 3 月 16 日
You should have called tech support. You have a maintenance contract right? If so, better yet, just upgrade.
Otherwise, what does this show:
>> which -all newplot
C:\Program Files\MATLAB\R2020b\toolbox\matlab\graphics\axis\newplot.m
Saddam Hussain
2021 年 3 月 17 日
回答 (1 件)
Steven Lord
2021 年 3 月 16 日
0 投票
Rename the file you created named newplot.m that's taking precedence over the newplot function included in MATLAB.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!