Feeds
질문
I'm getting error message 'In an assignment A(I) = B, the number of elements in B and I must be the same, Error in BM3D (line 25) Y(i+1)=Y(i)*(1-k/(6*pi))+sqrt(12*pi/deltat)*m1*deltat/(6*pi); '... Can someone please help me to correct my mist
clear all clc k=1; deltat=1;%time interval tmax=200; N=input('enter the no of iteations required = ') X=zero...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
Can someone explain why I'm getting this error message and how shall i correct it??
In the code : Y(i+1)=Y(i)*(1-k/(6*pi))+sqrt(12*pi/deltat)*m1*deltat/(6*pi); I'm getting an error saying : In an ass...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
My program shows not enough input arguement....can someone pls explain it to me how to correct it...
clear all; clc; N=input('enter no of trajectories you want'); for ti=1:N objval='febAvg'; hold on for iter =...
11년 초과 전 | 답변 수: 1 | 0