marie lasz
Followers: 0 Following: 0
Statistiques
RANG
125 347
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
26 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
38.46%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Plot3 to import data from Excel
Hello all, I am getting problem in plotting a 3D plot , where I am importing data from an excel sheet.Code and data can be seen...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
3D Plot from Excel data
Hello beautiful people; I have a data in Excel file where I have different images and their NC values against different quality...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
PSNR values of attacked watermarked image
Hey all, I am a bit confused right now after applying psnr tests between watermarked images and white noise watermarked images....
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot 3 column values in matlab from an excel sheet?
Hey all, I need to plot 3 column values from excel. For example; one column contains different images, second column contains ...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to design an image with black and white bits in matlab?
Hello, Can anyone guide me how to generate an image with black and white bits with any letter or any sign? Image source:copie...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how to get random pair ?
Hello beautiful people, Can anyone tell me that how I get random pair out of the following pairs? I have these six pairs (1,...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Index exceeds the number of array elements (1).
Hello , Can someone tell me where am I wrong here? I am retrieving only 1024 values from 3072 after comparing each row from 3 s...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Compare rows of a column vector
Hey beautiful people, I am confused here that i have this vector and i have to compare three values of each row and result shou...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
how matlab reads Column vectors
Hello all, I have a 3 column vector and applying in a if condition. My question is that how matlab reads coulmn vectors? like i...
presque 4 ans il y a | 1 réponse | 0
1
réponseIllegal use of reserved keyword "end"
you missed a closing of a square bracket. s2=[a2(length(a2)) max([a2,a3,a4,a5,a6,a7,a11,a13,a17,a19,a23,a25,a29,a31,a35,a37]);...
presque 4 ans il y a | 0
Question
How to define hx(i,j) in matlab ?
Hey all, I want to use the formula i.e, hx(i,j)=kx(i,j)*1; instead of kx(i,j)=kx(i,j)+-25; how can I define hx(i,j) here and ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Error in Matlab Code
I am getting error in this code at line 13 '', 'Index in position 2 exceeds array bounds (must not exceed 512). Looking for the ...
presque 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
matlab code for pseudo random
hello, Maybe I am asking a very dumb question here but I would like to confirm if I am thinking it right or not. this code ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Image encoding matlab code
hello this code is working perfectly but it is embedding secret message in upper left square only. but I want to embedd on ev...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Pseudo random sequence matrix from an image
Hello, How to obtain pseudo random sequence matrix from a Y frame of image which is already converted to YCbCr? Thanks
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Pseudo random sequence in watermarking
Hello, I embedded watermark sequentially in a cover image which is not secure. Now I want to insert data in image by pseudo ran...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Error Correction Code for Images
Hello, I wanted to ask about hamming code, in explanation he used (7,4) for redundant bits and total bits --7. Is that only an ...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Display rgb image in cartesian plane
hello, Can we display transformed image in cartesian plane according to image's rotation or shear? iF yes, then how can we do t...
environ 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
Shear Image display problem
Hello Everyone, I am applying shearing on an image which is 512x512 pixels. When i am executing the code I am getting bigger im...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to use ''offset'' to determine its position ?
Hello, I have this code which I got from github. First of all, I didn't get why he is replacing upper part and lower part of pi...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Remove Rows/columns of a rgb Image
Hello , I have a rgb image 512x512 pixels. I want to remove it's rows or columns pixels. How can I do that in matlab? Any help ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Swapping of neighborhood pixel values of an image
Hello Everyone, How to swap neighborhood pixel values of a RGB image?
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Messagebox warning in matlab
hello everyone, I am running this code and getting warning that text is too long for a messagebox. I set breakpoints and at mes...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Matlab Function from code
Hello Experts; I am new in matlab and trying to learn how we can create function? For Example . I have this code how I can crea...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Random shuffle of image pixels/ Image scrambling
hello, I am applying arnold transform method on an image to scramble its pixels. And i am doing it successfully but the problem...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
steps in matlab to insert image
Hello, how to embed watermark on y frame? Thanks for your responses.
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Which Dct Algorithm is used ?
Hello, Can anyone tell me that which algo is used in this dct watermarking code or anyone who already used that code? Here is t...
presque 5 ans il y a | 1 réponse | 0