Statistiques
7 Questions
0 Réponses
RANG
111 863
of 301 307
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 235
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 928
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
plot lines from elements of a matrix, which gives us points. each point has its coordinates in a separate matrix.
Hello, I have a connectivity array as: [0 0 0 0 1 0 0 0 0; 0 0 0 2 6 10 0 0 0; 0 0 0 3 7 11 15 19 0 0 ; 0 4 8 1...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
create a matrix from a for loop and store it or allot it one after the other from a for loop
So i have 3*3 matrix and with a for loop i have created 12 of them. but when i run the for loop only the last one gets saved.How...
presque 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
error: Too many input arguments.
clear clear all %% Material Proeprties E = 10e7; poisson = 0.30; %% Matrix C C = E/...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
create n k matrix in matlab
i need to make n stiffness matrix... k1=E1*A1/L1* [1 -1; -1 1]; K2=E2*A2/L2* [1 -1; -1 1]; K3... K4... .. . ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
matrix add in matlab
how do i write i code for [ 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 ] please help
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab global stifness matrix
I have n1 n2 K1= (E*A/L)*[1 -1 n1 -1 1] n2 n2 n3 K2= (E*A/L)*[1 -1; n2 ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
I have to create a 7 by 7 matrix as [1 -1 0 0 0 0 0; -1 2 -1 0 0 0 0; 0 -1 2 -1 0 0 0; 0 0 -1 2 -1 0 0; 0 0 0 -1 2 -1 0; 0 0 0 0 -1 2 -1; 0 0 0 0 0 -1 1]
i am combining 6 k local k matrix with values [1 -1; -1 1] to get the 7 by 7 matrix as mentioned. so some nodes coincide and n...
plus de 10 ans il y a | 3 réponses | 0