![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202134/image.png)
How to implement this equation?
1 次查看(过去 30 天)
显示 更早的评论
can somebody please heplplp me with how to impelemtn this equation.?
0 个评论
采纳的回答
Ollie A
2019-1-30
If
is a tensor, you could represent it as a matrix.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202134/image.png)
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 Center 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!