Skip to content

Instantly share code, notes, and snippets.

@achrafsoltani
Last active April 17, 2022 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achrafsoltani/787ed57c2bda1a1b92f1241e0d8d1997 to your computer and use it in GitHub Desktop.
Save achrafsoltani/787ed57c2bda1a1b92f1241e0d8d1997 to your computer and use it in GitHub Desktop.
Getting started with linear regression on Matlab from scratch
disp("Initilizing the best Linear Regression Program v1.0\n");
% clear and initialize
clear; clc; close all;
sprintf("Initilizing paths...\n");
% add paths
addpath('./lib');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment