Community Profile

photo

Shadman Shahriar Sharar


Last seen: oltre 3 anni fa Attivo dal 2020

Statistiche

  • Solver

Visualizza badge

Content Feed

Visto da

Risolto


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

oltre 3 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 3 anni fa

Risolto


Anagram
Given two strings, check whether they're anagrams to each other or not.

oltre 3 anni fa