photo

Sajib Biswas Shuvo


Last seen: 8개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
1 답변

File Exchange

1 파일

Cody

0 문제
2 답안

순위
142,494
of 300,369

평판
0

참여
0 질문
1 답변

답변 채택
0.00%

획득한 표
0

순위
18,837 of 20,936

평판
1

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
15

순위
83,009
of 168,436

참여
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년 전 | 다운로드 수: 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년 초과 전

문제를 풀었습니다


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년 초과 전

답변 있음
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년 초과 전 | 0