GITLAB
bmarechal
/ octave_scripts
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
master
f89a1f51993f79c3e95314b649f93f41d2a58bf7
octave_scripts
pt100.m
b197c3fdf
first commit
Browse Code ยป
bmarechal
2017-09-26 20:16:36 +0200
pt100.m
79 Bytes
edit
raw
blame
history
1
2
3
4
5
function T = pt100(R) pt100 = @(R) (R/100.-1)/0.003850+273.15; T = pt100(R);