Feeds
提问
finding solution to two variable function
i am trying to compute the critical point of my function using partial derrivatives syms x syms y f=@(x,y) x*log(x*y)-y; ...
3 years 前 | 1 个回答 | 0
1
个回答提问
eigenvalue diagonalization in matlab
I need to calculate eigenvalue diagonalization of B = P-1VP by showing P-1, V and P. I couldn't find anything online and in eig ...
3 years 前 | 2 个回答 | 0
2
个回答提问
reading all documents with a for loop
I have 750 pictures that I want to work on my code one by one. Their names are like PetsD2TeC1_00000.jpg PetsD2TeC1_00001.jp...
3 years 前 | 2 个回答 | 0
2
个回答提问
How to make a codebook for image processing
I need to make a codebook for image processing purposes as the image below describes. As a beginner, I found it very confusing a...
3 years 前 | 1 个回答 | 0
1
个回答提问
Why the outcome of my code is just white image?
Hi, I need to use conv2 to do my image processing assignment. I need to make a mean filter for smoothing but the outcome is alwa...
3 years 前 | 1 个回答 | 0
