summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.10/2_10.sci
blob: e081f0e3f54bf8efc260ed533f6ebec976e49389 (plain)
1
2
3
4
5
// 2.10
clc;
K=[0    0.25    0.5    0.75    1];
V=[0    -0.174    -0.454    -0.524    0];
plot(K,V)