This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/programming/code/plotboltzmann.m

4 lines
52 B
Matlab

p = boltzmann(voltage, a);
plot(voltage, p)
y = -1;