inzamam shoukat
Followers: 0 Following: 0
Statistiques
RANG
19 722
of 295 495
RÉPUTATION
2
CONTRIBUTIONS
9 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
77.78%
VOTES REÇUS
1
RANG
13 775 of 20 240
RÉPUTATION
18
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
2
ALL TIME TÉLÉCHARGEMENTS
187
RANG
of 153 991
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
Feeds
Question
Can not calculate coefficient Accurately
My equation is Disp =X1*(4*X2 - 4*X1 + 1) I am using Fallowing Command [EQ_01, T] =coeffs(Disp , [X1 X2]) N1 = EQ_01(1...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
Problem while attaining the coefficent of variable
IVW = 1440000*a2*a2s + 12960000*a2*a3s + 12960000*a3*a2s + 103680000*a2*a4s + 155520000*a3*a3s + 103680000*a4*a2s + 777600000*...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
Substitution of symbols in equation after their values are being calculated
i have Fallowing Equation syms yApprox(X1) a0 a1 a2 a3 a4 a5 a6 yApprox = a0 + a1*X1 + a2*X1^2 + a3*X1^3+ a4*X1^4 + a5*X1^5 + ...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
Facing Problem while solving Linear Equations simultaneously
These are my Five Equations syms a2 a3 a4 a5 a6 EQ_01=a2 +9*a3 + 72*a4 + 540*a5 + 3888*a6 == -121/36000 EQ_02=a3+ a2/1...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
intergration of function failed to calculate
yApprox = a0 + a1.*(X1) + a2.*(X1).^2 + a3.*(X1).^3+ a4.*(X1).^4 + a5.*(X1).^5 + a6.*(X1).^6; y1Approx= diff(yApprox,X1) y...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
My First Derivative is not correctly calculated in matlab
syms yApprox(X1) a0 a1 a2 a3 a4 a5 a6 yApprox = a0 + a1.*X1 + a2.*(X1).^2 + a3.*(X1).^3+ a4.*(X1).^4 + a5.*(X1).^5 + a6.*(X1).^...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
Face Error "Input arguments must be numeric or objects which can be converted to double' while plotting Contour
S11 =@(x1,x2)(262144*x2*((25*x1^2)/2-75000*x1+75000000))/5592405333333333 x1=0:6000; x2= 0:800; contour(x1,x2,S11)
8 mois il y a | 1 réponse | 0
1
réponseQuestion
Sorting 1 column with repect to other column....
1.0000 56.6260 2.0000 88.6820 3.0000 84.2882 4.0000 93.1880 5.0000 111.9330 6.0000 95.12...
presque 6 ans il y a | 1 réponse | 0
1
réponseA soumis
Partially Mapped Cross Over(PMX)
In Travel Sales Men Problem Partially Mapped Cross is used Widely...So i Created the Code that work great in this context....
presque 6 ans il y a | 2 téléchargements |
Question
Hello.......i have a matrix.......what i wonaa do is count the repeated entries in column 2 first then make arrangement =(number of repeated termes)! ..for example in given matrix i have two repeated terms so first arrangmnt..1 2 3 the second 2 1 3
a=[1 4;2 4;3 2] required answer is repeated terms=2 Arrangments are 1 4 2 4 3 2 & 2 4 1 4 3 2
presque 6 ans il y a | 1 réponse | 0
1
réponsesorting according to another vector
Hi every one......i have matrix lets suppose [3 2;1 9] what i want to do is sort out the only first column in ascending ...
environ 6 ans il y a | 1