photo

Pradipta Panchadhyayee


Last seen: 4 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

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

4 months ago | 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 months ago | 1 answer | 0

1

answer

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 months ago | 1 answer | 0

1

answer

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 months ago | 2 answers | 0

2

answers

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 months ago | 1 answer | 0

1

answer

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 months ago | 2 answers | 0

2

answers