Borrar filtros
Borrar filtros

How to fix this " Warning: Function j has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. "

5 visualizaciones (últimos 30 días)
I am using MATLAB R2015A on Windows 10. any idea?

Respuestas (1)

Stephen23
Stephen23 el 21 de Mzo. de 2015
Editada: Stephen23 el 21 de Mzo. de 2015
Because i and j are both names of the inbuilt imaginary unit. Don't use these names and you wont get the warning.
You can check if name are already defined by using which. Note that shadowing inbuilt functions is generally a bad idea, unless you really know what you are doing, and is best avoided.
  2 comentarios
Altin Guberi
Altin Guberi el 21 de Mzo. de 2015
that warning appears as soon as I open Matlab. i mean without doing anything. I do not know yet what the impacts of it could be , however i remove it each time with two clc
Stephen23
Stephen23 el 21 de Mzo. de 2015
Editada: Stephen23 el 21 de Mzo. de 2015
Is this a new MATLAB installation? Do you have a startup function? Have you ever changed the MATLAB search path? Do you use i or j as variable names? Have you installed any third-party functions of toolboxes?
I notice you also posted to the Newsreader:

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by