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년 전 | 답변 수: 2 | 0
2
답변질문
Coding of counter block cipher
need to design counter block cipher any hint or code?
거의 12년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전
문제를 풀었습니다
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년 전



