How to apply or operator on the components of a vector?

2 Ansichten (letzte 30 Tage)
Andre Ged
Andre Ged am 3 Nov. 2022
Kommentiert: Andre Ged am 3 Nov. 2022
Hello,
how can I apply the operator or || to the components of a vector v = [v(1) v(2) v(3)...v(n)], whose size is not known a priori, i.e.
v(1) || v(2) || v(3) || ... || v(n) with a general value of n.
Thanks

Akzeptierte Antwort

Jan
Jan am 3 Nov. 2022
Bearbeitet: Jan am 3 Nov. 2022
any(v)
% If n is not the number of elements:
any(v(1:n))

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by