Feeds
提问
extract certain lines in matrice
hi everyone i have this matrice 0.8979 0.8979 0.8979 0.8979 0.8979 0.8979 0.8979 0.8979 0.5934 ...
9 years 前 | 1 个回答 | 0
1
个回答提问
display image imread imshow
i want to display an image in a figure i wrote this code A=imread('lena.jpg') imshow('lena.jpg') but i have this error ...
9 years 前 | 1 个回答 | 0
1
个回答提问
probleme with package image
my teacher gave me a book with exercises and he asked me to do them but when i strted to read the book i find that the author s...
9 years 前 | 1 个回答 | 0
1
个回答提问
question about the sign
i have this matrix H = 1 1 1 1 1 1 1 1 1 -1 1 -1 1 -1 1 -1 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
i want to change the value in some specific rows how can i do it
i want to change the value in some specific rows how can i do it?
10 years 前 | 2 个回答 | 0
2
个回答提问
calculate an equation with index
how can i calculate this equation kon=k1n1+k2n2+....kr-1nr-1
10 years 前 | 1 个回答 | 0
1
个回答提问
help with hadamard matrix
i have Hadamard matrix N=8; H=hadamard(N) >>H = 1 1 1 1 1 1 1 1 1 -1 1 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
dicarding the mth binary digit
how can i discard any bianry digit i want in A for example if i discard the first one in A A = 0 0 0 0 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
regroupe the results in a matrix
hii i have this f= 1 0 0 1 0 2 1 3 0 4 1 5 1 ...
10 years 前 | 4 个回答 | 0
4
个回答提问
problem with XOR bits
Hello everybody I convert the numbers from 0 to 7 to binary like it’s shown here N=8; r=3 for N=0:1:N-1 A=dec2bin...
10 years 前 | 1 个回答 | 0