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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0