Community Profile

photo

Khushi Maheshwari


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

답변 있음
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...

2년 초과 전 | 0