Feeds
질문
How do i implement integral type boundary conditions in matlab?
How do i implement integral type boundary conditions in matlab such as in BVP4C or any other method? I have: u(-1)=0; u(1)=0 an...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Index in position 2 exceeds array bounds (must not exceed 1).
i m getting this error please help me out sir ee = eig(AA,BB); [m,l]=max(imag(ee)); vv=ee(1:1:N-1,l); ww=ee(N:1:2*N-2,l); T...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
Index in position 2 exceeds array bounds (must not exceed 1).
i m getting this error ee = eig(AA,BB); [m,l]=max(imag(ee)); vv=ee(1:1:N-1,l); ww=ee(N:1:2*N-2,l); TT=ee(2*N-1:1:3*N-3,l...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Variable lamb1 appears to change size on every loop iteration
maximag=max(imag(ee)); lamb1(i1,j1)=maximag; hello sir i m getting warning as lamb1 changes the size in every loop,because o...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
getting error Error in fminbnd (line 312) if fu <= fx
function[kcm,Recm]=oserecritmin(alp1,alp2,Re1,Re2,N) [Recm,kcm]=fminbnd('@oserecrit',alp1,alp2,[],Re1,Re2,N); end function [R...
4년 초과 전 | 답변 수: 1 | 0