kalpana - MATLAB Central
photo

kalpana


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/13 to 03/25Use left and right arrows to move selectionFrom 08/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
1 回答

ランク
6,427
of 297,695

評判
7

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

回答採用率
87.5%

獲得投票数
4

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to make sure that fsolve gives only positive values as the solution
I have L equations to solve. I am using the following code to solve : fh = matlabFunction([equn(1:L)],'vars',{[lam(1:L)]...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


Number of flops for fsolve or newton's method to solve non-linear equations
Hi, I am using fsolve() function to solve the K non-linear equations with each non-linear equation having K variables and h...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


using matlabfunction to declare variables
I have three equations with names 'equn1, equn2, equn3'. Variables in those equations are declared as : lam = sym('lam',...

10年以上 前 | 1 件の回答 | 1

1

回答

質問


how many number of values when added becomes equal to B(Known value)
I have to find the X value for which \sum_(i=1)^X (i * a_i ) >= B or ( 1*a_1 + 2*a_2 + --- + X*a_x >= B ) where a_i &...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


Number of flops for finding the co-variance of matrix of size K*1
Can someone please tell me what is the number of flops ( floating point operations ) required to find the co-variance of matrix ...

約11年 前 | 1 件の回答 | 0

1

回答

質問


indexing in Mat file
I ran my .m program and saved the result in .mat file like save(['C:\Users\Public\Documents\Matlab_code\MATLAB\two_variables...

約11年 前 | 1 件の回答 | 0

1

回答

質問


Converting 2 symbolic expressions into a function handle
I have to solve 2 symbolic expressions num1 = 0 & num2 = 0. For this , i have given the code like the following :: syms...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How do I simplify a symbolic expression into numeric output?
use MatlabFunction() to convert symbolic to numeric expression.

11年以上 前 | 3

質問


Could not solve 2 equations using the MATLAB.
I have to solve two equations using MATLAB. For this, i have taken the equations as the following : syms x y eq1 eq2; eq...

11年以上 前 | 1 件の回答 | 0

1

回答