Write a getString() function that prompts the user for a string and returns it
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Khalid Khan
am 1 Dez. 2016
Kommentiert: Khalid Khan
am 1 Dez. 2016
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
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!