Info

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

SQUARED BRACKET IN TFESTIMATE IN MATLAB

1 visualización (últimos 30 días)
PIYUSH MOHANTY
PIYUSH MOHANTY el 26 de Sept. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
WHAT IS THE MEANING OF SQUARED BRACKETS IN TFESTIMATE COMMAND
[Txy,f] = tfestimate(x,y,500,[],[],200);

Respuestas (1)

rough93
rough93 el 26 de Sept. de 2019
[] indicates an empty matrix.
[1 2 3] is a matix of vector 1 2 3.
You may want to not use all capitals when asking questions or you may likely get ignored.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by