photo

SAKSHI SINHA


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
265,372
of 301,947

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,470

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,627

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 3 个回答 | 0

3

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 0 个回答 | 0

0

个回答

提问


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

11 years 前 | 3 个回答 | 0

3

个回答