ablaze


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
39 275
of 297 457

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

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 1

View badges

Feeds

View by

Question


is there any method to represent binary number in matlab
is there any method to represent binary number in matlab????,beacause when i write 00 its only shows 0 in command window

nästan 8 år ago | 1 answer | 0

1

answer

Question


how can i change data type of any variable
how can i change data type of any variable. i am using R2012a matlab. because by default its taking every value as a decimal.

nästan 8 år ago | 1 answer | 1

1

answer

Question


conversion of binary to decimal
binary=1011 decimal=bin2dec('binary') this code shows a error - Error using bin2dec Binary string may consist only of cha...

nästan 8 år ago | 1 answer | 0

1

answer

Question


want to print a matrix with in bits form
S0=[01 00 11 10;11 10 01 00;00 10 01 11;11 01 11 10] this matrix is appeared like this S0 = 1 0 11 10 11 ...

ungefär 8 år ago | 2 answers | 0

2

answers

Question


how can i eliminate this error..
key=[1 0 1 0 0 0 0 0 1 0] P10=[3 5 2 7 4 10 1 9 8 6] left=key(P10(1:5)) right=key(P10(6:10)) left_1=circshift(...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


left shift in bits
hello, i want to perform left shift by 1 bit in this code for left_1 and right_1 % 1 2 3 4 5 6 7 8 9 10 key=[1 0 1 0...

ungefär 8 år ago | 1 answer | 0

1

answer