I want to ask for an input in which the user is able to introduce a fraction
like:
x=input('Hi: ')
Hi: 1/3
x=
0,3333333333333
Can I do that?

 채택된 답변

Walter Roberson
Walter Roberson 2023년 9월 6일

0 개 추천

Yes. When you use input() without the 's' option, then whatever the user inputs will be executed and the result will be stored in the output variable.
For example the user could also have input sinpi((1:10)/7) and the expression would be evaluated and the results put into the variable.
The variable will not have access to the input characters in this case. If you need access to the input characters then you need to use the 's' option.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Entering Commands에 대해 자세히 알아보기

제품

릴리스

R2022b

태그

질문:

2023년 9월 5일

답변:

2023년 9월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by