Feeds
질문
Plotting graph using arrays
x=zeros(1,10); x(2:4) =1; y= linspace(0,10,10); plot(y,x) <</matlabcentral/answers/uploaded_files/92133/Untitle...
대략 8년 전 | 답변 수: 1 | 0
1
답변답변 있음
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
거의 10년 전 | 0
