photo

Sariha Azad


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

3 个提问
1 个回答

Cody

0 个问题
61 个答案

排名
12,544
of 299,916

声誉
3

贡献数
3 个提问
1 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
8,353
of 166,562

贡献数
0 个问题
61 个答案

评分
790

徽章数量
6

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Community Group Solver
  • Introduction to MATLAB Master
  • Commenter
  • CUP Challenge Master
  • Promoter
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Creating matrix with incremental values
How can I create a matrix like A=[1 2 3;4 5 6;7 8 9] using loops?

6 years 前 | 1 个回答 | 0

1

个回答

已回答
Assigning a 2D matrix
Well, I got this one. a=[0 0]; for i=1:5 for j=1:3 a=[a;i j]; end end disp(a)

6 years 前 | 1

提问


Assigning a 2D matrix
I have to create a 2D matrix, where the row number is unknown. I will have to find the row number. Say, for i=1:5 for j=1:3 I...

6 years 前 | 3 个回答 | 1

3

个回答

提问


How can I calculate the number of days between two dates?
Two matrices are given as [dd mm yyyy] format. I want to calculate the number of days between the two days. A=[1 1 2017]; B=[1...

6 years 前 | 1 个回答 | 0

1

个回答