ueqweoıqwueoq
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
235,027
of 295,448
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
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...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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.*...
8 months ago | 1 answer | 0
1
answerQuestion
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...
9 months ago | 2 answers | 0
2
answersQuestion
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')
9 months ago | 1 answer | 0