Effacer les filtres
Effacer les filtres

can i obtain this vector ?

2 vues (au cours des 30 derniers jours)
diadalina
diadalina le 20 Oct 2017
Réponse apportée : Jan le 20 Oct 2017
can anyone help me to obtain this vector: v=[1 2 5 6 9 10]; i want to know, if we can obtain a relation beteween the vector's elements ?

Réponse acceptée

Stephen23
Stephen23 le 20 Oct 2017
Modifié(e) : Stephen23 le 20 Oct 2017
>> V = 0:5;
>> 2*V + mod(1+V,2)
ans =
1 2 5 6 9 10
See also:

Plus de réponses (1)

Jan
Jan le 20 Oct 2017
V = cumsum([3, 1, 3, 1, 3, 1]) - 2

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by