Community Profile

photo

ahsan meo


Last seen: etwa ein Jahr vor Aktiv seit 2020

Statistiken

  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Why do I receive the error "Attempt to execute SCRIPT FILENAME as a function"?
clc close all clear all x =[-2, -1, 2]; A = vander([-2, -1, 2]); y = [-2 1 -1]'; c = A\y these errors are come At...

fast 3 Jahre vor | 0

Beantwortet
Why do I receive the error "Attempt to execute SCRIPT FILENAME as a function"?
clc close all clear all x=[1 2 3]; y=[4 5 6]; c=polyfit(x,y,2) this error will be come Attempt to execute SCRIPT pol...

fast 3 Jahre vor | 0