Pradipta Panchadhyayee
Followers: 0 Following: 0
Feeds
已回答
One program is not running after differentiation
Thank you again. It helps me a lot. Please see my other posts where I need help.
One program is not running after differentiation
Thank you again. It helps me a lot. Please see my other posts where I need help.
7 months 前 | 0
提问
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...
8 months 前 | 1 个回答 | 0
1
个回答提问
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...
8 months 前 | 1 个回答 | 0
1
个回答提问
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 =...
8 months 前 | 2 个回答 | 0
2
个回答提问
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...
10 months 前 | 1 个回答 | 0
1
个回答提问
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)...
12 months 前 | 2 个回答 | 0