photo

Nirav


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
  • First Review
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta