- `warning (TEMPLATE, ...)`
- `warning (ID, TEMPLATE, ...)`
- `warning ("on", ID)`
- `warning ("off", ID)`
- `STATE = warning (...)`

Muestra un mensaje de advertencia o controla el comportamiento de
identificadores de advertencia.

El mensaje puede formatearse con argumentos adicionales. Los identificadores de
advertencia pueden habilitarse, deshabilitarse o consultarse.

Véase también: `lastwarn`, `error`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/warning.html
- https://octave.sourceforge.io/octave/function/warning.html
