Oliver - MATLAB Central
photo

Oliver


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 12/22 to 03/25Use left and right arrows to move selectionFrom 12/22Use 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

2 質問
1 回答

ランク
175,761
of 297,716

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Perform minimization w.r.t. scalar on product of Cell arrays
I need to minimize this expression with respect to : For clarification: is a 4x4 unitary matrix, the part in the middle repr...

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

1

回答

回答済み
Create Blockdiagonal using Cell Array with entries being Function handles
primitive but works: @(s)[((x1 + 1)^s + (x1-1)^s) / ((x1 + 1)^s - (x1-1)^s), 0, 0, 0; 0, ((x1 + 1)^s + (x1-1)^s) / ((x1 +...

2年以上 前 | 0

| 採用済み

質問


Create Blockdiagonal using Cell Array with entries being Function handles
I'm trying to build a Blockdiagonal Matrix A out of a cell array with its entries being function handles. Thus A consists of the...

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

1

回答