photo

Nirav


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
  • First Review
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse