Feeds
提问
matrix convertion and reconvertion
I want to move the matrix elements as desired like a=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16] now i want ...
12 years 前 | 2 个回答 | 0
2
个回答提问
Coding of counter block cipher
need to design counter block cipher any hint or code?
12 years 前 | 0 个回答 | 0
0
个回答提问
one's and two's complement
how to convert 8 bit binary numbers into one's and two's complement Let a=11001011 ones_complement=00110100 twos_comple...
12 years 前 | 2 个回答 | 0
2
个回答提问
fixed length of character
i need to enter fixed length of character, for example, when i call a function or prompt something it only take fixed length of...
12 years 前 | 1 个回答 | 0
1
个回答提问
convert binary vector value into decimal
i have a= [0 0 1 0 1 0 1 1] i want to convert it, into decimal value 43
12 years 前 | 3 个回答 | 0
3
个回答提问
error in bit shifting operation
a=[1 0 0 0 0 0 1 0 1] i want to shift these bits according to my requirement like i want them to shift left side two bits ...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to convert 4 x 4 matrix into row matrix
I need to convert a 4 x 4 matrix into single row matrix like A=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 1...
12 years 前 | 1 个回答 | 0
1
个回答已回答
How do I create a Matlab 10x10 matrix of numbers 1-100?
A=reshape(1:100,10,10) or A=reshape(1:100,10,10)'
How do I create a Matlab 10x10 matrix of numbers 1-100?
A=reshape(1:100,10,10) or A=reshape(1:100,10,10)'
12 years 前 | 0
| 已接受
提问
converstion between two types
What is difference between a=10101010 b= 1 0 1 0 1 0 1 0 when length(a) and lengt...
12 years 前 | 2 个回答 | 0
2
个回答提问
Wrong answer of xor operation
a=(dec2bin(13)) a=1101 b=(dec2bin(14)) b=1110 c=xor(a,b) the answer i get is c= 0 0 0 0 which is wrong. how s...
12 years 前 | 2 个回答 | 0
2
个回答已解决
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
12 years 前
已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
12 years 前



