photo

ueqweoıqwueoq


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

4 months ago | 1 answer | 0

1

answer

Question


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

5 months ago | 2 answers | 0

2

answers

Question


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')

5 months ago | 1 answer | 0

1

answer