photo

Sajib Biswas Shuvo


Last seen: 8 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

1 文件

Cody

0 个问题
2 个答案

排名
151,316
of 300,081

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
18,785 of 20,868

声誉
1

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
15

排名
82,491
of 167,273

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Mini Hack 2022 Participant
  • First Submission
  • Solver
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已提交


A Vortex image generator code
Created for MATLAB mini hack 2022

3 years 前 | 1 次下载 |

0.0 / 5

已解决


Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...

3 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years 前

已回答
Making ramp and unit step function in MATLAB
This code does the job too. It uses the Symbolic Math toolbox. syms t; f_negative_t = 5*heaviside(-t) -5/6 * (-t) * heaviside(...

4 years 前 | 0