Sum of a function
古いコメントを表示
Hello everyone, I am stucked on how to write particular code for a Nash-Cournout oligopolistic equilibrium problem. I have written everything correctly and it ran successfully. The only situation I am in presently is trying to vary a particular step. To be more precise
I need code for the following:
is random for every 
is random for every
and
is random for every
. I need to execute the following Quad program $c_j(x_j) = \frac{1}{2}x{_j}^{'} P_j x_j+ {q_j}^{'} x{_j}$. I will be glad if I can get a prompt help on this.https://www.mathworks.com/matlabcentral/answers/uploaded_files/226241/Screenshot_20190625-093751.png
Thanks
採用された回答
その他の回答 (1 件)
Olawale Kazeem
2019 年 6 月 25 日
0 投票
10 件のコメント
Himanshu Rai
2019 年 6 月 25 日
I have updated my answer based on the image file you provided. Update your question, attach this file in the question and also don't comment as answer
Olawale Kazeem
2019 年 6 月 25 日
Olawale Kazeem
2019 年 6 月 25 日
Himanshu Rai
2019 年 6 月 25 日
Use
sum(c) % here c is what you get from the expression in the answer
Olawale Kazeem
2019 年 6 月 25 日
Himanshu Rai
2019 年 6 月 25 日
This doesn't make any sense - how can we add 20 elements, if there are only 10 elements in vector.
Olawale Kazeem
2019 年 6 月 25 日
Himanshu Rai
2019 年 6 月 25 日
Olawale Kazeem
2019 年 6 月 25 日
Himanshu Rai
2019 年 6 月 25 日
This is not x, but
.
is a vector but x is a matrix. And what you denote by c above is actually 
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




