[Warning: Function image has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.] how i can compromise the error

i am trying to interface both simulink and arduino and i am getting an error as, [Warning: Function image has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.] can i know how to remove this error.

1 件のコメント

Is it happening for only image() or is it happening for a whole lot of routines?

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

回答 (2 件)

Madhu Govindarajan
Madhu Govindarajan 2015 年 10 月 9 日
If you have any custom functions that match the same name as built-in functions you could be getting these error messages. If you do not, then try the following commands in MATLAB Command Window
>> rehash toolboxcache >> restoredefaultpath >> savepath
Try
>> which -all image
you should see only the built in functions, not any function of your own that you wrote.
>> which -all image
built-in (C:\Program Files\MATLAB\R2015b\toolbox\matlab\specgraph\image)

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2015 年 10 月 1 日

回答済み:

2015 年 10 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by