WUT_Computer_Science/NotProgramming/ENUME/projectC/functionDataPoints.m

16 lines
271 B
Mathematica
Raw Permalink Normal View History

2022-01-07 22:44:18 +01:00
function dataPoints = functionDataPoints()
dataPoints = (-5:5)';
dataPoints(:, 2) = [
-6.5743
0.9765
3.1026
1.8572
1.3165
-0.6144
0.1032
0.3729
2.5327
7.3857
9.4892
];
end