photo

Pradipta Panchadhyayee


Last seen: 4일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

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.

4개월 전 | 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...

4개월 전 | 답변 수: 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...

4개월 전 | 답변 수: 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 =...

4개월 전 | 답변 수: 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...

6개월 전 | 답변 수: 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)...

8개월 전 | 답변 수: 2 | 0

2

답변