필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
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

채택된 답변

KSSV
KSSV 2016년 12월 1일
function str = getstring()
str = input('Enter A String: ','s');
end
  댓글 수: 3
Khalid Khan
Khalid Khan 2016년 12월 1일
Yes It is working But it is not using the getstring function to test

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Analysis에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by