Filter löschen
Filter löschen

User input fractions or operations

3 Ansichten (letzte 30 Tage)
Chesus
Chesus am 5 Sep. 2023
Beantwortet: Walter Roberson am 6 Sep. 2023
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 6 Sep. 2023
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.

Weitere Antworten (0)

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by