統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,031
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
different minimum result of convex function by using fminsearch
A function which I used is already proved as a convex function. 1. initial point = [0,0,0,0,0,0] myfun = @(x)(.........
9年弱 前 | 1 件の回答 | 0
1
回答質問
function_handler matrix
for i = 1:1:3 px(i) = @(x) x(i); py(i) = @(x) x(i+3); end Then the error occurs: Error using horzcat Nonsc...
9年弱 前 | 1 件の回答 | 0
1
回答質問
cell entry-function_handler calculation
In matrix 'px' store the x-coordinate of P12, P13.(just points) px{1} = @(x) x(1); %xp12 px{2} = @(x) x(2); %xp13 A...
9年弱 前 | 2 件の回答 | 0

