Info
此问题已关闭。 请重新打开它进行编辑或回答。
tranlsate a matriciel expression in matlab language
1 次查看(过去 30 天)
显示 更早的评论
I have the following equation, wich can be writted in matrciel form as :
R= w'C + w'βRm where Rm is a scalar, w C and β are column vector of n elements, this may be expressed as
R=
wici +
βiRm equation 1


The second equation can be expressed in matriciel form as:
S= w’Σw equation 2 where Σ is (n,n) matrix
and i have a constraint
equation 3

I would like to write equations 1, 2 and 3 in matlab expression, i request help for that.
0 个评论
回答(1 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!