photo

Mehedi


RUET

2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


I want to calculate the value of a & b for "x=110972.*a.*cos(b/2);" & " y=110972.*b.*cos(a/2);" equation where x=500 and y=700. But i can't, Please help me out. Thanks in advance.
clc clear x=500; y=700; x=110972.*a.*cos(b/2); y=110972.*b.*cos(a/2); a= b=

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I have the ideal point (500,700) and the calculated point (499.79,700.44). I want to calculate the error but i can't. Please help me out
clc clear Idealpoint=(500,700) calculatedpoint=(499.79,700.44) error=?

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


I can calculate two error individually. but i can't calculate two error simultaneously. I found two result individually which is given in below. but i want to merge both error and need a single answer for following code, but i can't. Please help me
clc clear idealx=10; appx=9; error1=((abs(idealx-appx))/idealx)*100 idealy=30; appy=31; error2=((abs(idealy-appy))/idealy...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I face the error of "Index exceeds matrix dimensions". but i want to show all the elements of z(n) and want to sum them and mean them. my program is given below, plz help me out?
clc clear x1=5; x2=3; x3=2; p=cell(3,1); for i=1:3 if i==1 x1=6; elseif i==2 x1=7; elseif...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


when two individual number remain in one cell such as a cell contain [300;350]. then how can i extact a single value from the cell?
clc clear x1=5; x2=3; x3=2; p=cell(3,1); for i=1:4 if i==1 x1=6; elseif i==2 x1=7; elseif...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I face the error of "Subscripted assignment dimension mismatch." when i want to create a loop a matrix. my simple short code given below, plz help me?
clc clear x1=5; x2=3; x3=2; for i=1:3 if i==1 x1=6; elseif i==2 x1=7; elseif i==3 ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I face the error of "In an assignment A(I) = B, the number of elements in B and I must be the same" when i want to create a loop a matrix. my simple short code given below, plz help me?
clc clear x1=5; x2=3; x3=2; for i=1:3 if i==1 x1=6; elseif i==2 x1=7; elseif i==3 ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I face the error of "In an assignment A(I) = B, the number of elements in B and I must be the same" when i want to create a loop a matrix. my simple short code given below, plz help me?
clc clear x1=5; x2=3; x3=2; for i=1:3 if i==1 x1=6; elseif i==2 x1=7; elseif i==3 ...

대략 10년 전 | 답변 수: 1 | 0

1

답변