Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
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?

Réponses (1)

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

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by