photo

SAKSHI SINHA


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
111.856
of 301.237

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.206

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.611

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


error: Too many input arguments.
clear clear all %% Material Proeprties E = 10e7; poisson = 0.30; %% Matrix C C = E/...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 3 respuestas | 0

3

respuestas