Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
SQUARED BRACKET IN TFESTIMATE IN MATLAB
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
WHAT IS THE MEANING OF SQUARED BRACKETS IN TFESTIMATE COMMAND
[Txy,f] = tfestimate(x,y,500,[],[],200);
0 Commenti
Risposte (1)
rough93
il 26 Set 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.
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!