photo

Callum Stewart


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Importing and RGB image to matlab in the form image L(x,y)=[LR(x,y),LG(x,y),LB(x,y)]
So i'm wondering how i take an RGB into matlab and split it into the following format: image L(x,y)=[LR(x,y),LG(x,y),LB(x,y)] ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Function handle issue regarding Trig Fourier Series
T = 5; % period w0 = 2*pi/T; F = @(s) [10.*(0<=s & s<1) + 0.*(1<=s & s<=5)]; N = 1000; % 2*N+1 is number of terms in the ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab Invalid Data Argument
u = @(t) (t>=0); r = @(t) t.*u; x = @(t) r(t)-r(t-1)-3*u(t-1)-2*r(t-3)-r(t-4)-r(t-5)-u(t-7); t = [-2:0.01:7]; plot(t,x) ...

거의 4년 전 | 답변 수: 2 | 0

2

답변