Community Profile

photo

ahsan meo


Last seen: plus d'un an il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
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...

plus de 3 ans il y a | 0

A répondu
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...

plus de 3 ans il y a | 0