photo

ueqweoıqwueoq


Last seen: 1 year ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
190,126
of 300,369

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

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

1 year ago | 1 answer | 0

1

answer