Info
此问题已关闭。 请重新打开它进行编辑或回答。
SQUARED BRACKET IN TFESTIMATE IN MATLAB
1 次查看(过去 30 天)
显示 更早的评论
WHAT IS THE MEANING OF SQUARED BRACKETS IN TFESTIMATE COMMAND
[Txy,f] = tfestimate(x,y,500,[],[],200);
0 个评论
回答(1 个)
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.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!