photo

Saadet Sena Egeli


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can i convert this linear equation into a form which i can use linsolve() function?
I wrote a code like; function [a,b]=lin_reg(x,y) a=0; b=0; for i = 1:length(x) for j = 1:length(y) ...

mer än 3 år ago | 1 answer | 0

1

answer