How to display units with my answer?

38 visualizzazioni (ultimi 30 giorni)
Holden Earl
Holden Earl il 22 Mar 2020
Commentato: Holden Earl il 22 Mar 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.

Risposta accettata

Elysi Cochin
Elysi Cochin il 22 Mar 2020
Modificato: Elysi Cochin il 22 Mar 2020
fprintf('%g kg\n', y)

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by