Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Octave 0.12 KB | None | 0 0
  1. function psat=psat(t,const)
  2.   for i=1:rows(const)
  3.     psat(i)=exp(const(i,1)-const(i,2)/(t+const(i,3)));
  4.   end
  5. endfunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement