Manikanta Chennu
Followers: 0 Following: 0
Feeds
提问
fmincon is returning some garbage values in the final output
clc [load_data,txt,raw] = xlsread('Load profile data.xlsx'); schedule=zeros(24,9); schedule_final=zeros(24,5); for i=1:24 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Hi Guys.. I need to print X values from intlinprog output from all 24 iterations as a matrix, when am trying to assign the values to A matrix its not happening. PLz help
clc [load_data,txt,raw] = xlsread('Load profile data.xlsx'); schedule=zeros(24,8); for i=1:24 f=[12 8 9 10 0 0 0 0]; ...
3 years 前 | 1 个回答 | 0