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