photo

Pradipta Panchadhyayee


Last seen: 2 jours il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Réponse apportée
One program is not running after differentiation
Thank you again. It helps me a lot. Please see my other posts where I need help.

3 mois il y a | 0

Question


Spatial phase distribution is oppositely observed for imagesc and pcolor plots
clc; [x,y] = meshgrid(linspace(-0.6, 0.6), linspace(-0.6, 0.6)); [phi,r] = cart2pol(x,y); % Omega_r -vortex beam specificatio...

4 mois il y a | 1 réponse | 0

1

réponse

Question


How can I get more divisions in x- and y- axes scaling when plotting with imagesc to have a clear picture and introduce the proper scaling along x- & y- axes?
clc; [x,y] = meshgrid(linspace(-0.6, 0.6), linspace(-0.6, 0.6)); [phi,r] = cart2pol(x,y); % Omega_r -vortex beam specificatio...

4 mois il y a | 1 réponse | 0

1

réponse

Question


One program is not running after differentiation
Locate the problem and suggest for correction: clear all; clc; %%%%% parameter declaration %%% g1 = 10^(-4); g2 = 6; g3 =...

4 mois il y a | 2 réponses | 0

2

réponses

Question


I want a Matlab Program for creating a single frame with combined plots of a surface plot of a two-dimensional standing wave field in addition to an image of projection plot
I want to a write Matlab Program for creating a single frame with combined plots of a surface plot of a two-dimensional standing...

6 mois il y a | 1 réponse | 0

1

réponse

Question


Error using .* Matrix dimensions must agree.
clc; clear all; den = @(x,y) x.^2 + y.^2; A = @(x,y) 1./den(x,y); [u,v] = meshgrid(-1:0.5:1,-1:0.5:1); fun = @(x,y) (x.*u)...

8 mois il y a | 2 réponses | 0

2

réponses