Feeds
질문
by using dataset for heat exchanger with model equation i written code but its not generating correct estimation values
clc clear close all %% =============================== % READ HEAT EXCHANGER DATASET %% =============================== ...
대략 15시간 전 | 답변 수: 0 | 0
0
답변질문
how to add noise with vairience 0.002 in the code with mean 0
a = -1; b = 1; g = a + (b-a).*rand(1,250); x = zeros(1,250); k = zeros(1,250); v = 0.01*randn(1,250); for n = 1:250 k...
4개월 전 | 답변 수: 1 | 0
