Calculate inverse matrix in m by n matrix - MATLAB Cody - MATLAB Central

Problem 43301. Calculate inverse matrix in m by n matrix

Difficulty:Rate
x=(1:10)'
y=roundn(2*x+7*rand(size(x)),-1)

a*x=y

Estimate a using inverse matrix calculation. This is principle of linear regression.

Solution Stats

16.69% Correct | 83.31% Incorrect
Last Solution submitted on Dec 05, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers85

Suggested Problems

More from this Author27

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page