![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/33249860_1711710460861.jpg)
ueqweoıqwueoq
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
144 502
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
11 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
11 mois il y a | 1 réponse | 0
1
réponseQuestion
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.*...
11 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
12 mois il y a | 2 réponses | 0
2
réponsesQuestion
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')
12 mois il y a | 1 réponse | 0