Skip to content

Instantly share code, notes, and snippets.

View biancagabriela's full-sized avatar

biancagabriela

View GitHub Profile
clear all; close all; clc
%% Exercise 3-1A
% find reasonable best-fit polynomial for data1 and data2
data1 = load('data1.txt');
data2 = load('data2.txt');
data3 = load('data3.txt');