Community Profile

photo

Rashika Mittal


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

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Error using Polyfit: The first two inputs must have the same number of elements. The x can have multiple inputs as columns?
x = t_result(:,2:8); y = t_result(:,11); p1 = polyfit(x,y,1); f1 = polyval(p1, x); p2 = polyfit(x,y,2); f2 = polyval(p2, x)...

mer än 3 år ago | 2 answers | 0

2

answers