How to implement this equation?

조회 수: 1 (최근 30일)
Migena Mankollari
Migena Mankollari 2019년 1월 30일
댓글: Migena Mankollari 2019년 2월 3일
can somebody please heplplp me with how to impelemtn this equation.?

채택된 답변

Ollie A
Ollie A 2019년 1월 30일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by