フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Sudeep Albal
Sudeep Albal 2017 年 3 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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