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

3 vues (au cours des 30 derniers jours)
Brenda Egbe
Brenda Egbe le 1 Nov 2018
Commenté : Brenda Egbe le 1 Nov 2018
%for example a vector x with values greater than 0, and length of 3
x>0;
length(x)=3;

Réponses (1)

Elias Gule
Elias Gule le 1 Nov 2018
isValid = all(x>0) && length(x)==3;

Catégories

En savoir plus sur Argument Definitions dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by