Feeds
提问
source code matlab midpoint integration method to find the value of h and what is the value of f(x)
source code midpoint integration method to find the value of h and what is the value of f(x)
2 years 前 | 0 个回答 | 0
0
个回答提问
convert RGB to YIQ and HSV values without function rgb2ntsc and rgb2hsv ([30,80,30]) search with matlab coding
convert RGB to YIQ and HSV values without function rgb2ntsc and rgb2hsv ([30,80,30]) search with matlab coding
2 years 前 | 1 个回答 | 0
1
个回答提问
convert RGB to YIQ value with function rgb2ntsc ([30,80,30]) search with Matlab coding
convert RGB to YIQ value with function rgb2ntsc ([30,80,30]) search with Matlab coding
2 years 前 | 0 个回答 | 0
0
个回答提问
Error using .* Array dimensions must match for binary array op. Error in uas1 (line 7) If_low = If.*c;
I = imread ('gray.jpg'); If=fft2(I); If=fftshift(If); [x,y] = meshgrid(1:1, 1:1) z = sqrt(x.^2 + y.^2) c = (z<3) If_low = ...
2 years 前 | 1 个回答 | 0