Info

This question is closed. Reopen it to edit or answer.

find the value of X between 2 values in a column by knowing some values in another column (values set by user)

1 view (last 30 days)
in the pdf attached there is table
i want to find the value of X between the values of h for diffrent temperturs
to find for example : h1 at T1 and h2 at T2 and so on
that my input variables are the tempreture and h
-By hand it can be calculated as follows:
ex: (100-80 / 120-80 ) = (X-422.85 / 507.19-422.85) then finf X
-what I want is this h=x at diffrent locations
-at matlab:( what i need )
when T1=300C and this value will be inserted by user so its going to be any number in that column
output : h1=....
is there possible way to do it even if we put a range for the data?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!