Community Profile

photo

Sajib Biswas Shuvo


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


A Vortex image generator code
Created for MATLAB mini hack 2022

mehr als ein Jahr vor | 1 Download |

Gelöst


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

fast 2 Jahre vor

Gelöst


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

fast 2 Jahre vor

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

mehr als 2 Jahre vor | 0