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.

 Réponse acceptée

Elysi Cochin
Elysi Cochin le 22 Mar 2020
Modifié(e) : Elysi Cochin le 22 Mar 2020

1 vote

fprintf('%g kg\n', y)

Plus de réponses (0)

Catégories

En savoir plus sur Entering Commands dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by