photo

feeroz babu


Last seen: 26 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
79 943
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • Thankful Level 3
  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


Prox is not working. X(:, i+1) is not well defined. When I put X = rand(10,1) and prox_L1(X, 0.5) then it's working. But I am not getting X(:, i+1). I want to run the followin
n = 10; p=1; A= rand(n); A= 0.5*(A'+ A); i=1; X(:,i)=rand(n,p); lambd3(i) = 1/3; mu = 0.9; for i = 1:100 ...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


Size of Q is undefined
function [j] = armijo_grad_direction_dnm_f1(P1,VG,sigma) j = 0; signal = 0; nn = size(Q); n = nn(1); I = eye(n); while( si...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


2D plote when x axis and y axis intersect at origin
% I want to plote this graph when only x axis and y axis cross at origin. I don't need boox type plote. x = [-1/pi:0.0001:1/p...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


2D plot of x*sin(1/x)
x = [-1/pi:0.01:1/pi]; y = x*(sin(1/x)); plot(x,y)

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


In a 'for loop' not getting difference of two consecutive iteration
format long l=1/2; u=1/3; I=[1,0,0;0,1,0;0,0,1]; A=[4,3,3;2,4,1;3,1,2]; B=det(A)*inv(A); G_1=[1/3,0,0;0,1/2,0;0,0,1]; G_2...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


My for loop is working but can't plot the out put
format long l=1/2; u=1/3; I=[1,0,0;0,1,0;0,0,1]; A=[1,0,0;0,1,0;0,0,1]; %epsilon = input('Enter accuracy (Eps):'); %A=[6...

presque 5 ans il y a | 2 réponses | 0

2

réponses