Community Profile

photo

Cem Tuncer


2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Rebuild the matrix according to the values of its elements
xm=6; ym =3:0.01:10; [y, x] = meshgrid(ym,xm); angle1 = asind((-x.^2.*y.^2-y.^4+1296)./(2.*x.*y.^3)); angle1 = real(angle1); ...

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

1

답변

질문


Compare results of same matrix for different elements of matrix
Please firstly, see and plot the code, xm=6; ym =3:0.01:10; [x, y] = meshgrid(xm,ym); angle = asind((-x.^2.*y.^2-y.^4+1296)./...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


Calculation with Certain Portion of the Matrices
xm = 0:0.1:6; ym =3:0.1:9; [x, y] = meshgrid(xm,ym); angle = asind((-x.^2.*y.^2-y.^4+1296)./(2.*x.*y.^3)); angle = real(angle...

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

1

답변

질문


Plotting graph of negative values of array in integral2 with 3 variables
I am new with Matlab please help me regarding plotting a graph of double integral with respect to third variable. The third vari...

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

2

답변