Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dataset analysis in python photo photoelectric effect

In [1]: vh = (1.5 <= V) & ( V<= 3.5)            # select voltages between 1.5 and 3.5
In [2]: l2 = B.linefit(V[vh], I[vh], sig_I[vh]) # fit the line
Source by wanda.fiu.edu #
 
PREVIOUS NEXT
Tagged: #dataset #analysis #python #photo #photoelectric #effect
ADD COMMENT
Topic
Name
1+2 =