統計
MATLAB Answers
3 質問
0 回答
ランク
of 170,941
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Matlab coding errors call when run..Please help to solve this problem
%Ingredients f = input('Enter your function: '); df = input('Enter derivative of this function: '); e = input('Enter toleranc...
3年弱 前 | 4 件の回答 | 0
4
回答質問
Matlab coding errors call when run..Please help to solve this problem
% Define the initial point x0 and the size reduction parameter Delta x0 = [1 1]; Delta = [2 2]; % Set the tolerance epsilon...
3年弱 前 | 1 件の回答 | 0
1
回答質問
My coding error during run. Please check my matlab coding. What is the cause?
clc close all clear all syms gamma beta e real syms x1 x2 real f(x1,x2) = (x1^2 + x2 -11)^2 + (x1 + x2^2 -7)^2; % Functio...
3年弱 前 | 1 件の回答 | 0