Réponse apportée
Selectively plotting cell array data
Hi Dennis, Accumarray doesn't work in your case. B = accumarray(ind,data) It takes two arguments, indices and data. Based on...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
How do I deal with different class sizes when classifying data with a petternnet?
Hi Anne, Have a look at the below thread. Hope that answers your question https://www.mathworks.com/matlabcentral/answers/5017...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
creating 3 3 matrix with image
Hi Malini, I assume that you are trying to convert RGB image to 3x1 and multiply it with 3x3 transformation matrix. To conver...

presque 4 ans il y a | 0

Réponse apportée
Embedding visible watermark in color document.
Hi Balkar Singh, Alpha blending method is used to watermark an image here Watermarked_Image = Original_Image *alpha + (1-alpha...

presque 4 ans il y a | 1

| A accepté