photo

Aditya Jadhav


Last seen: presque 6 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
167 963
of 301 195

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 322

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

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Not enough input arguments error. where am I going wrong here?
bbfun = @(x1,x2) (4-2.1.*x1.^2+x1.^4/3).*x1.^2 + x1.*x2 + (-4+4*x2.^2) .*x2.^2; [x1,x2] = meshgrid(-2:1/500:2, -1.5:1/500:1.5)...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


'Matrix dimensions must agree error'
bbfun = @(x1,x2) (4-2.1.*x1.^2+x1.^4/3).*x1.^2 + x1.*x2 + (-4+4*x2.^2) .*x2.^2; x1 = -2:1/100:2; x2 = -1.5:1/100:1.5; pltv...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How do I find the quadratic approximation using this equation?
I'm trying to find quadratic approximation using the equation: y = c1*x1^2+ c2*x1*x2+c3*x2^2+a1*x1+a2*x2+b This equation recei...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


Creating a sampling plan using Latin Hypercube Sampling?
I'm trying to create a sampling plan X = [x1T x2T] with 20 points using LHS. So far I've gotten here by referring to the Matlab...

presque 6 ans il y a | 1 réponse | 0

0

réponse