Info

此问题已关闭。 请重新打开它进行编辑或回答。

SQUARED BRACKET IN TFESTIMATE IN MATLAB

1 次查看(过去 30 天)
PIYUSH MOHANTY
PIYUSH MOHANTY 2019-9-26
关闭: MATLAB Answer Bot 2021-8-20
WHAT IS THE MEANING OF SQUARED BRACKETS IN TFESTIMATE COMMAND
[Txy,f] = tfestimate(x,y,500,[],[],200);

回答(1 个)

rough93
rough93 2019-9-26
[] 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.

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by