Community Profile

photo

ahsan meo


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

meer dan 3 jaar ago | 0

Answered
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...

meer dan 3 jaar ago | 0