kaixi gu
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
212 138
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
in this linear matrix. q_1, q_2....the input matrix are 1*11 double. all the F2y,F3x...in the out put are 1*11 double. I want to solve the Sol for each value of input ,output
N = numel() equ = [0 1 0 -1 0 0 0 0 0 0 0 -1;1 0 -1 0 0 0 0 0 0 0 -1 0;0 0 0 0 0 0 0 1 0 -1 0 1;0 0 0 0 0 0 1 0 -1 0 1 0;0 0 0 ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
i am tring to use matrices to solve for the linear equation. But the q in the matrices is itself a vector. The answer i need to get is a vector too.
% prerequizte A_E = 16; E_C = 13; F_E = 3; O_F = 13; D_F = 13; B_C = 32; O_E = 16; A_E1 = 16; A_C1 = 29; D_C1 = 3; O_...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
i am tring to input different z values to get different B using matrix manipulation. just having trouble using for loop
for z= 0.01:0.1:6 A = [-2.7/sqrt(20.25+z^2),3.2/sqrt(20.25+z^2),z/sqrt(20.25+z^2);3.2/sqrt(10.24+z^2),0,z/sqrt(10.24+z^2);-...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
i am trying to add a legend for the 0.2% offset line onto the graph, but when i run this, the previous three legend just disappear.
%plot with errorbar plot(strain,stress) hold on title('strain vs. stress') xlabel('strain (in/in)') ylabel('stress (psi)') ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
i am trying to get the value of u_E using the equation, but matlab says it has error in that line which has the equation.
%creat symbol for axial force, length, thickness, displacemnent and width syms f l t d w %define governing equations for param...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
not able to evaluate the value for an equation using the data from a table, table is three columns data
%creat symbol for axial force, length, thickness, displacemnent and width syms f l t d w %define governing equations for param...
environ 2 ans il y a | 1 réponse | 0