Community Profile

photo

Cem Tuncer


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 2 réponses | 0

2

réponses