Feeds
질문
Take values from array within nested loop
Want to implement RMSE= sqrt{1/K* summation k=1:K [(theta_est-theta_true)]^2} theta_est and theta_true may be of differe...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I compare the user input value in a given matrix.
b=[ 10 32 54 76 -25 20 60 100 140 -51 45 135 -135 -45 59] b1=input(' b1= '); b2=input('b2= '); b3=input('b3=...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
I want that my program should give me the value in each iteration of some value and with different iteration no. like for iteration(1) value is x and iteration (2) value is y
for i=2:length(theta) if AF0_db(i-1)<=y_3db && AF0_db(i)>=y_3db || AF0_db(i-1)>=y_3db && AF0_db(i)<=y_3db % ...
10년 초과 전 | 답변 수: 0 | 0
