photo

Chetna Sharma


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
38,295
of 301,511

評判
1

コントリビューション
7 質問
1 回答

回答採用率
57.14%

獲得投票数
1

ランク
 of 21,308

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,936

コントリビューション
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

回答