How to implement this equation?

2 vues (au cours des 30 derniers jours)
Migena Mankollari
Migena Mankollari le 30 Jan 2019
can somebody please heplplp me with how to impelemtn this equation.?

Réponse acceptée

Ollie A
Ollie A le 30 Jan 2019
If is a tensor, you could represent it as a matrix.
Then your code should look something like this:
lamda = ones(1,n);
b = sum(ones(U,n),1);
rho = lamda./b;
Maybe this will work. You'll have to replace the matrices for lamda and b.
  1 commentaire
Migena Mankollari
Migena Mankollari le 3 Fév 2019
It worked. thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by