Community Profile

photo

Khushi Maheshwari


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
I'm trying to convert temperature in fahrenheit to kelvin how can I display the units of an input and output variable (kelvin and fahrenheit) value
clc; temp_f=input('Enter Temprature in "F"'); temp_k= (5/9) * (temp_f - 32) + 273.15; fprintf('Temprature in "K" is %f ',temp...

más de 2 años hace | 0