SQUARED BRACKET IN TFESTIMATE IN MATLAB

WHAT IS THE MEANING OF SQUARED BRACKETS IN TFESTIMATE COMMAND
[Txy,f] = tfestimate(x,y,500,[],[],200);

Answers (1)

rough93
rough93 on 26 Sep 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.

This question is closed.

Tags

Asked:

on 26 Sep 2019

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!