Dija - MATLAB Central
photo

Dija


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 11/14 to 01/25Use left and right arrows to move selectionFrom 11/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
143,916
of 296,372

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


calculate an equation with index
how can i calculate this equation kon=k1n1+k2n2+....kr-1nr-1

10 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 4 answers | 0

4

answers

Question


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 ago | 1 answer | 0

1

answer
Go to top of page