photo

ueqweoıqwueoq


Last seen: 1 year 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
147,896
of 300,073

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can ı fixed
sigma_0 = 2; theta_deg = [0, 90, 180, 270]; theta_rad = deg2rad(theta_deg); r = '1.*a':0.1:'2.*a'; sigma_r = zeros(length(r...

1 year 前 | 1 个回答 | 0

1

个回答

提问


why is not equal
sigma_0 = 2; theta_deg = [0, 90, 180, 270]; theta_rad = deg2rad(theta_deg); r = 1:0.1:2; shear_Q = zeros(length(r), length...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how can I plot
sigma_0 = 2; r = 1:0.1:2; ksi = 1./r; theta = 0; sigma_r = (1/2.*sigma_0.*(1-(ksi.^2)))-(1/2.*sigma_0.*(1+(3.*(ksi.^4))-(4.*...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how to generate random number
Hi, k = 3; randomNumbers = randi([1, 2], [1, k]) randomNumbers = 1 1 1 I wrote this, but I need decimal numbe...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Arrays have incompatible sizes for this operation.
sigma_r = 1/2.*'sigma_0'.*(1-('ksi'.^2))-(1/2.*'sigma_0'.*(1+(3.*('ksi'.^4))-(4.*('ksi'.^4)))).*cos(2.*'theta')

1 year 前 | 1 个回答 | 0

1

个回答