photo

nishtha mehta


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Hello , I have generated a bar graph. I want that each of my 6 bars must show its corresponding value and point on it. How can I do so? I am sending my code.
if true y=[106.59 84.800; 106.59 90.75; 106.59 90.92] x=categorical({'A1 B1','A2 B2','A3 B3'}) bar(x,y) xlabel('cases'...

約7年 前 | 0 件の回答 | 0

0

回答

質問


My code is not returning any feasible point. The error says no point satisfies the constraints.Kindly suggest what is the error in my code?
if true cost=[0.09,0.08,0.08,0.09,0.1,0.1,0.08,0.1,0.11,0.11,0.11,0.11,0.11,0.11,0.09,0.1,0.12,0.11,0.12,0.11,0.12,...

約7年 前 | 0 件の回答 | 0

0

回答

質問


I am writing a code on mimimising hourly load using mixed integer linear programming. Error returned is that number of cols in Aeq must equal number of elements in f, but actually they are both equal to 168. Kindly explain why this error?
%total 168 decision variables %%5*24 as power shiftable variables for power distribution over time %%%remaining 2*24 f...

約7年 前 | 4 件の回答 | 0

4

回答