photo

Sajib Biswas Shuvo


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

Followers: 0   Following: 0

통계학

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

배지 보기

Feeds

보기 기준

제출됨


A Vortex image generator code
Created for MATLAB mini hack 2022

거의 2년 전 | 다운로드 수: 2 |

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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:...

대략 2년 전

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