Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

what does the below code mean

1 visualización (últimos 30 días)
Mallikarjuna
Mallikarjuna el 21 de Sept. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am looking at a code which has the following lines of code.
global ALM;
ALM.static_rows = 10;
what does ALM.static_rows mean?
can a global variable be used like that? please explain

Respuestas (1)

Daniel Shub
Daniel Shub el 21 de Sept. de 2012
ALM.static_rows most likely means that ALM is a structure
doc struct
It could also be a custom class, but that is unlikely given the use of global.
  2 comentarios
Mallikarjuna
Mallikarjuna el 21 de Sept. de 2012
thanks a lot.
Wayne King
Wayne King el 21 de Sept. de 2012
If Daniel answered your question, you should accept his answer.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by