photo

Sadia


Active since 2012

Followers: 0   Following: 0

Message

cool

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
20,076
of 297,527

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


position of set bits in a vector in matlab
hi Is there a command that could tell me which bits are set in a vector? example x=[0 1 0 1 1 0 1] required output: y=[...

12 years ago | 1 answer | 0

1

answer

Question


bit reversal in a Vector
i want to take a NOT of one bit in a vector and then restore that bit in the same vector.e.g. a=[0 1 1 0] what i need is: ...

12 years ago | 1 answer | 0

1

answer

Question


Help with "Make error" in simulink
I have windows 7 64bit and Matlab7.12.0(R2011a). i am trying to run 'matlab embedded function". i have downloaded and installed....

12 years ago | 1 answer | 0

1

answer

Question


Convert string to a row matrix
hay i want to convert a string into a row matrix wat i have: '01011100100000100001010110010111' wat i need: [0 1 0 1 1 ...

12 years ago | 3 answers | 0

3

answers

Question


REMOVE SPACING IN A STRING
I want to convert my binary data into hex, the function that does so only that string as an input. but when I convert my 64 bit ...

12 years ago | 4 answers | 2

4

answers