Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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?

Answers (1)

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

This question is closed.

Community Treasure Hunt

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

Start Hunting!