photo

Rachuan


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
293,669
of 297,503

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to create a matrix from a part of another matrix?
x= [1 54 61 23;71 4 79 33;12 34 65 89;] I need to have y=[1 54;71 4] i meen, "y" must take the values X (1,1) (1,2) (2,1) (2,...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to add a value to a already existing matrix?
KB=[1 3;4 5] for i:Nbarras Mgl(i,1)= Mgl(i,1) + KB(i,1) which method is correct? for i:Nbarras Mgl(i,1)= Mg...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to combine "for" and "if" like this?
Hello, Iam new at computing and matlab, I have a problem with the next part of my program. nodos = [0 0 0 0 ...

10 years 前 | 2 个回答 | 0

2

个回答