photo

Sajib Biswas Shuvo


Last seen: 18 days ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

1 File

Cody

0 Problems
2 Solutions

RANK
148,330
of 297,457

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
18,528 of 20,438

REPUTATION
1

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
15

RANK
82,377
of 158,938

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


A Vortex image generator code
Created for MATLAB mini hack 2022

2 years ago | 1 download |

0.0 / 5

Solved


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 ago

Solved


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 ago

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

3 years ago | 0