photo

inzamam shoukat


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

9 질문
1 답변

File Exchange

1 파일

순위
19,734
of 300,364

평판
2

참여
9 질문
1 답변

답변 채택
77.78%

획득한 표
1

순위
14,006 of 20,934

평판
19

평균 평점
0.00

참여
1 파일

다운로드 수
3

ALL TIME 다운로드 수
190

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Personal Best Downloads Level 1
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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).^...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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)

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

제출됨


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

거의 7년 전 | 다운로드 수: 3 |

0.0 / 5

답변 있음
sorting 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 ...

대략 7년 전 | 1