photo

Sajib Biswas Shuvo


Last seen: 8 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
1 Risposta

File Exchange

1 File

Cody

0 Problemi
2 Soluzioni

RANK
240.970
of 300.392

REPUTAZIONE
0

CONTRIBUTI
0 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
18.853 of 20.934

REPUTAZIONE
1

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
15

RANK
82.977
of 168.373

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Inviato


A Vortex image generator code
Created for MATLAB mini hack 2022

circa 3 anni fa | 1 download |

0.0 / 5

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

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

oltre 4 anni fa | 0