Help with For end loop
Afficher commentaires plus anciens
Write a script prompting the users to input an arbitrary vector x ([x1,x2,x3,....,xn]). Using conditional statment and loops, create two vectors P and N. P contains the zero and positive elements of x , and the vector N cointain the negative elements of x. In both P and N, the elements should appear in the same order as x. Use fprintf to display the P and N vectors to the users.
1 commentaire
Image Analyst
le 12 Oct 2018
What are you asking of us? For the homework link? here it is: http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers
Réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements 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!