photo

Pradipta Panchadhyayee


Last seen: 8 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
141,500
of 297,503

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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.

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

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

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

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

1 year 前 | 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)...

1 year 前 | 2 个回答 | 0

2

个回答