Can anyone help to creat this vector ?
Afficher commentaires plus anciens
A vector is given by: V = [5; 17; 3; 8; 0; 1; 12; 15; 20; 6; 6; 4; 7; 16]. Write a program in the form of a script file, which doubles the positive elements that are divisible by 3 and / or by 5, and raises to the cube the negative elements greater than -5 ie: WI= 1/ 2*Vi if Vi>0 multiple of 3 and / or 5 2/ (Vi)^3 if Vi<0 greater than -5 3/ Vi otherwise
3 commentaires
James Tursa
le 13 Jan 2018
What have you done so far? What specific problems are you having with your code?
diadalina
le 13 Jan 2018
diadalina
le 13 Jan 2018
Modifié(e) : James Tursa
le 13 Jan 2018
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!