photo

holistic


Last seen: 1年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
231,296
of 300,895

評判
0

コントリビューション
10 質問
0 回答

回答採用率
70.0%

獲得投票数
0

ランク
 of 21,106

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,552

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Working with function handles to solve optimization problems for multiple equations: Basic questions
Sorry for the many question lately, but somehow I'm running into a lot of problems trying to use Matlab to solve multiple equati...

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

1

回答

質問


Solving linear/nonlinear systems of equations with the constraint that variables have to be the same value
For a given set of linear/nonlinear systems of equations, I'm looking for a solver that enables the specification of constraints...

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

1

回答

質問


Using fsolve for solving multiple equations by using loops
I'm starting to get more deeper into equation solving with Matlab and I'm facing some problems. I have multiple equations stored...

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

1

回答

質問


Solving an optimization problem with several functions
I have the following 4 equations: eq1=x11 - (9*2^(1/2)*u2)/(20*((2^(1/2)*u2)/2 - (5^(1/2)*v2)/5)) + (3*5^(1/2)*v2)/(50*((2^(1/...

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

1

回答

質問


Question about number format
When I calculate the eigenvectors of the following matrix: mat=[1,2;2,1]; [V,D]=eig(mat) I get: V = -0.7071 0.707...

約7年 前 | 2 件の回答 | 0

2

回答

質問


Executing eval in function handle ?
I have the following code which does not work and I don't understand why: foo='name' name='C23'; handle=@(var) ev...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


p-values for contrast vector in a multiple linear regression
Is there a function in Matlab to obtain p-values for a specified contrast vector in a multiple linear regression? I could only f...

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

0

回答

質問


Numerically solve a (nonlinear) system of 64 differential equations
Hi all, I'm trying to numerically solve a system of 64 equations with Matlab2014a and ode45 (see picture below for the equati...

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

1

回答

質問


Using matlab for randomly combining mathematical operators/functions/variables (like in symbolic regression)
Hi all, I'm interested to know what would be the easiest way to implement an algorithm in matlab that combines specified math...

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

1

回答

質問


How to train an SVM classifier and calculate performance
Hi all, I was already browsing through some similar question, but I still don't understand completely how to train an SVM cla...

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

2

回答