photo

SAKSHI SINHA


Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
265.201
of 301.778

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.418

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 176.499

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 10 anni fa | 3 risposte | 0

3

risposte