필터 지우기
필터 지우기

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