Hey guys, please i need help on how to validate a vector using a while loop

조회 수: 3 (최근 30일)
Brenda Egbe
Brenda Egbe 2018년 11월 1일
댓글: Brenda Egbe 2018년 11월 1일
%for example a vector x with values greater than 0, and length of 3
x>0;
length(x)=3;

답변 (1개)

Elias Gule
Elias Gule 2018년 11월 1일
isValid = all(x>0) && length(x)==3;

카테고리

Help CenterFile Exchange에서 Argument Definitions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by