photo

FAKHRULRAZI


Last seen: mehr als ein Jahr vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort