フィルターのクリア

I AM WRITTINF THIS CODE AND GETTING THE FOLLOWING WARNING

1 回表示 (過去 30 日間)
sabitri
sabitri 2022 年 7 月 23 日
回答済み: Jan 2022 年 7 月 24 日
clc
clear all
u= imread('b.jpg');
A=rgb2gray(u);
Warning: Function image has the same name as a MATLAB builtin. We suggest you rename
the function to avoid a potential name conflict.
  2 件のコメント
Torsten
Torsten 2022 年 7 月 23 日
Did you name one of your functions "image.m" ? Then you should rename it since it conflicts with the MATLAB function:
sabitri
sabitri 2022 年 7 月 24 日
@Torsten no, i used the function name "image". but then i changed it . but still it is showing warning

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

採用された回答

Jan
Jan 2022 年 7 月 24 日
Check this again:
which image -all
Is there a user-defined function in the list?
If not, clear all should solve the problem already. But maybe a restart of Matlab helps also.

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by