Info

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

I have defined an array with command zeros,still i am getting a more size.Can anybody explain this?

1 次查看(过去 30 天)
I have defined matrix with zeros command:zeros(1,6832).But I am getting size of (1,7032).Can anybody explain why this is happening?

回答(1 个)

KSSV
KSSV 2017-3-28
It cannot happen. Clear you work space and variables..then define and check. Or
Z = zeros(1,6832) ;
size(Z)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by