Borrar filtros
Borrar filtros

What is the difference between info(obj) and infoImpl(obj)?

1 visualización (últimos 30 días)
Esen Ozbay
Esen Ozbay el 30 de Mzo. de 2021
Respondida: Esen Ozbay el 31 de Mzo. de 2021
I cannot find any information about info(obj), which I encountered in some code I am reading. It takes System object as an input and outputs a struct that contains information related to the object.
In the object definition, there is a line of code that goes
objinfo = info(obj);
but no local function definition. There is a local function
function s = infoImpl(obj)
...
end
but I can't see how these two relate to each other.
When I tried
help info
all I got was the function that prints information about MATLAB.
Thanks in advance for any help!

Respuesta aceptada

Esen Ozbay
Esen Ozbay el 31 de Mzo. de 2021
I have found the other 'info' function in the MATLAB documentation and I am posting it here in case anybody else has the same question in the future. Function Documentation

Más respuestas (0)

Categorías

Más información sobre Application Deployment en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by