├── .gitattributes ├── .gitignore ├── Example.m ├── Example.mat ├── LICENSE.txt ├── MPRLOGO.png ├── MultiPolyRegress.m └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/.gitignore -------------------------------------------------------------------------------- /Example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/Example.m -------------------------------------------------------------------------------- /Example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/Example.mat -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MPRLOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/MPRLOGO.png -------------------------------------------------------------------------------- /MultiPolyRegress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/MultiPolyRegress.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcecen/MultiPolyRegress-MatlabCentral/HEAD/README.md --------------------------------------------------------------------------------