
A
Statistiques
4 Questions
0 MATLAB Answers
RANG
110 969
of 277 934
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 18 801
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 129 144
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
Least Squares method code
X =input('Enter list of abscissas: '); Y = input('Enter list of ordinates: '); F = input('Enter 1 for linear fit, 2 for parabo...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Linear Least Squares Regression
x = [2, -2, 3, -3]; y = [7, 8, 19, 17]; N = length(x); X = 'ones (N, 1), x'; Y = y; J='inv(X.*X)*X*Y'; plot(x,y,'bs',[0, ...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
how can i add more multiple curves
syms m h v0 alpha alp time x(t) y(t) t xn xn2; m=input('Nhap m: '); h=input('Nhap h: '); v0=input('Nhap v0: '); time=input('...
6 mois il y a | 1 réponse | 0
0
réponseQuestion
Can someone help me with this homework
hi can someone help me USE matlab determine the trajectory of the oblique throwing motion in a gravity field with environmenta...
6 mois il y a | 1 réponse | 0