How to implement this equation?

1 visualización (últimos 30 días)
Migena Mankollari
Migena Mankollari el 30 de En. de 2019
Comentada: Migena Mankollari el 3 de Feb. de 2019
can somebody please heplplp me with how to impelemtn this equation.?

Respuesta aceptada

Ollie A
Ollie A el 30 de En. de 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.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by