Feeds
질문
How can I find the economic dispatch by using Fmincon function?
the question is find the economic dispatch for the three unit as fellows. >C1=459+6.48X1+0.00128X1^2 Limits (150MW≤X1≤600MW). ...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
How can I slove ecomic dispatch problem by nonlinear constarin function?
function [c,ceq] = circlecon(x) c = 459 + 6.48*x +0.00128*x^2; ceq = [0]; A = [459]; b = [3]; Aeq = [32]; beq = [23]; x0 ...
대략 7년 전 | 답변 수: 1 | 0
