February 19, 2020

Triangle Shading Graphic

Using CMake:1. create a subdirectory (under HW3) named Debug: mkdir Debug2. enter the subdir: cd Debug3. and generate the makefiles: cmake .. (mind the ..)To generating […]
February 19, 2020

Undergraduate MATLAB assignment

Please use Live scripts formats(.mlx) to complete the assignment. Templates are provided. For the questions in A2 pt.1.png and A2 pt. 2.png, please use analysis2.mlx and […]
February 19, 2020

lab5

This program is complicated for me but a professional should be able to figure it out  in a couple hours. It is a python program that […]
February 19, 2020

Matlab assignment

I have data and I would like to create a model that can predict the output. I am using autoregressive moving average (ARMA) but I am […]
February 19, 2020

Java Programming Assignment

Program uses interfaces and abstract classes. Building several mock classes for this assignment. Assignment also utilities UML diagrams that will be used as a reference when […]