How to display units with my answer?

25 Ansichten (letzte 30 Tage)
Holden Earl
Holden Earl am 22 Mär. 2020
Kommentiert: Holden Earl am 22 Mär. 2020
prompt = 'Enter mass in pounds:';
x = input(prompt);
y = x*0.4536;
disp (y);
This is my current script and i want to have the answer display with 'kg' next to the answer and i cant figure out how to do it.

Akzeptierte Antwort

Elysi Cochin
Elysi Cochin am 22 Mär. 2020
Bearbeitet: Elysi Cochin am 22 Mär. 2020
fprintf('%g kg\n', y)

Weitere Antworten (0)

Kategorien

Mehr zu Holidays / Seasons finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by