photo

Muhtasim Haque Nahian


BUET

Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

Undergrad Sophomore in the Dept. of Water Resources Engineering

统计学

All
MATLAB Answers

2 个提问
2 个回答

Cody

0 个问题
231 个答案

排名
34,841
of 300,081

声誉
1

贡献数
2 个提问
2 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
747
of 167,273

贡献数
0 个问题
231 个答案

评分
2,706

徽章数量
8

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • CUP Challenge Master
  • Draw Letters
  • Thankful Level 1
  • First Answer
  • Revival Level 1
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已回答
Why Do I keep getting NaNs in my code???
NaN stands for Not a Number. If your variable/matrix/input does not have the specific number/range that should meet the argument...

4 years 前 | 0

已回答
MATLAB Cody locked solutions to a solved problem
Yes, you cannot view the solutions which are shorter than your solution in size. You can only view the solutions which are of s...

4 years 前 | 0

提问


My problems are vanished
I created some problems last night and created a group too. All those are now missing. Also my ranking progress, activites, bad...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Meaning of the if statement
function z = in_prod(x,y) if size(x,2)==size(y,1) z=x*y else z = "The inner dimensions are " + size(x,2) + " and " + size(y,...

4 years 前 | 1 个回答 | 0

1

个回答