photo

nishtha mehta


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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'...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


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,...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


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...

ongeveer 7 jaar ago | 4 answers | 0

4

answers