已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 1

| 已接受