photo

Nirav


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

All
  • First Review
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

fast 10 Jahre vor

Gelöst


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Frage


Alternative to bitshift(A,k,N) as in 2014a , it gives a warning and I would like to avoid using it. But cannot understand alternative suggested.
I have a binary number % code a = uint8(88) , b = dec2bin(a) --> b = 1011000 I would like to just get consecutive 11 with...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort