Write a getString() function that prompts the user for a string and returns it

5 vues (au cours des 30 derniers jours)
Call getString() function to get the string from the user. I can't get the string from the function.
function getstring()
input('Enter A String: ','s');
end

Réponse acceptée

KSSV
KSSV le 1 Déc 2016
function str = getstring()
str = input('Enter A String: ','s');
end
  3 commentaires
KSSV
KSSV le 1 Déc 2016
it is working right...
Khalid Khan
Khalid Khan le 1 Déc 2016
Yes It is working But it is not using the getstring function to test

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by