Réponse acceptée

Arif Hoq
Arif Hoq le 10 Nov 2022
A = [1 2 3 4 5 6 7 8 9];
B=A(A<7)
B = 1×6
1 2 3 4 5 6

2 commentaires

Takim Mustakim
Takim Mustakim le 10 Nov 2022
can i : A = A (A<7) ????
possible....
A = [1 2 3 4 5 6 7 8 9];
A=A(A<7)
A = 1×6
1 2 3 4 5 6

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Produits

Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by