![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19531346_1599993928247_DEF.jpg)
saja mk
Followers: 0 Following: 0
Statistiques
RANG
22 400
of 297 016
RÉPUTATION
2
CONTRIBUTIONS
7 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
values calculated from avector
s=[a b] how can calculate s1 and s2, if s1=exp(a)and s2=exp(b)?
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
transition probability matrix for markov
how to solve if the summation of each row in transition probability matrix in markov chain not equal to one?
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Markov chain simulation code
In Markov chain code transition_probabilities = [0.1 0.9;0.8 0.2]; starting_value = 1; chain_length = 5; chain = zeros(1...
plus de 4 ans il y a | 1 réponse | 0
0
réponsevalue in each iteration
but i get the optimal in GDA x0=[2 2]'; % tol=1e-6; miter=10000; % dxmin=1e-6; alpha=0.01; % gnorm=inf; x=x0; niter=1; ...
plus de 4 ans il y a | 0
Question
value in each iteration
f=@(x) 0.5*(x(1)-1).^2+10*(x(2)+2).^2-2 miter=10000 and i have loop for i=1:miter then,who i can to calculate f(i)-f(i-1)...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
function of two variables
i had a function with two variables f(x1,x2) in loop for k times how can i calculate the value of the function in each iterati...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
stopping criterion in Gradient Descent Algorithm
For this unconstrainted objective function and, the stopping criterion is How can i implement it in Matlab code?? Than...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
how can i call and plot function of two variables ?
For this equation: i want to write it as a function and then call and plot it in another file
plus de 4 ans il y a | 1 réponse | 0
1
réponsesolving problem for gradient descent
at the last of the code , why g = 4*(x(1).^2 + x(2)-x(3)).^2 +10; you didnt grad it?
plus de 4 ans il y a | 1