Feeds
질문
help me in understanding the code LIKE INLINE ,TMP ,PDF etc
clear, clc; pdf='exp(-(x-m).^2/2/sigma^2)/sqrt(2*pi)/sigma'; %Gaussian pdf of x xf=inline(['x.*' pdf],'x','m','sigma'...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
help me in understanding the code
clear, clc; pdf='exp(-(x-m).^2/2/sigma^2)/sqrt(2*pi)/sigma'; %Gaussian pdf of x xf=inline(['x.*' pdf],'x','m','sigma'...
거의 14년 전 | 답변 수: 0 | 0