Mathlab loops questıons about new starters
Afficher commentaires plus anciens
Write a program which asks the user to enter their name and N and integer, and displays that name N times. See the help of input to read strings.
Run 1:
Enter name: Matlab
Enter N: 3
Matlab
Matlab
Matlab
1 commentaire
Rik
le 29 Mar 2021
If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks).
Réponse acceptée
Plus de réponses (1)
KSSV
le 29 Mar 2021
1 vote
REad about the function input.
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!