photo

Chetna Sharma


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
38,295
of 301,478

평판
1

참여
7 질문
1 답변

답변 채택
57.14%

획득한 표
1

순위
 of 21,296

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,719

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I remove inaccuracy in my code ?
Hello, I am solving an equation (in my function file) using globalsesrch,fimcon present in the main program. I want my progra...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Globalsearch not working for a function file.
Hello, Globalsearch is not able to solve my equation in function file. It is giving me an error -'Supplied objective function m...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am using curve fitting for three variables using linear interpolation, z =f(x,y). It gives me SSE =0 too. How I can know which equation it formed from my data between x and y to give z ?
The data I fed was, lambdadata = [ 632; 800; 1064; 1310; 1550]; in place of X Vdata = [11.9301; 18.8496; 21.2589; ...

9년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
How to select an interval in fsolve ?
Hello Star, I tried to find out the interval by using fmincon in Global optimization toolbox.The funtion doesn't return to near...

9년 초과 전 | 0

질문


How to select an interval in fsolve ?
I am using fsolve to solve a set of two non linear equations in two variables. But I have no idea which interval I should select...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How I can plot two conditions together ?
I have to plot when r<=a, psi = psi = (1/besselj(0,1.31689).*(besselj(0,1.31689.*(r/a)))); and for r>=a, psi= psi = (1/bess...

9년 초과 전 | 답변 수: 1 | 0

1

답변

0

답변

질문


I am getting an error, solver stopped prematurely,maxfuneval exceeded 200( default value). I tried solving by mentioning 'MaxFunEval',20,'Maxiter',20. But didn't work. What to do ? Please help
My code looks like this function F = myfun(z); a = 3*10^-6; lambda = 632*10^-9; n1 = 1.455; n2 = 1.45; k0 =...

9년 초과 전 | 답변 수: 1 | 0

1

답변