photo

nidhi humnekar


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
89,295
of 300,364

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

1

답변